Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-12-01 Thread David Nolen
On Sun, Nov 30, 2014 at 6:20 PM, Colin Fleming wrote: >> Closure is not an advantage in many desirable JS environments: >> Node.js, node-webkit, Atom shell, iOS, etc. > > > I assume you're talking about the Closure library here, not the compiler? > Surely the compiler would be advantageous in all

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-30 Thread Colin Fleming
> > Closure is not an advantage in many desirable JS environments: > Node.js, node-webkit, Atom shell, iOS, etc. > I assume you're talking about the Closure library here, not the compiler? Surely the compiler would be advantageous in all environments? I'd have thought that aspects of the library w

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-30 Thread David Nolen
On Sat, Nov 29, 2014 at 7:48 PM, Andrew Rosa wrote: >> To me, a crucial step for CLJS is to have a compiler that is liberated from >> Java. I've looked and it seems a number have tried to make it happen, but >> without official support each attempt seems to have withered. It is not "crucial" f

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-29 Thread Andrew Rosa
On Thursday, November 27, 2014 10:14:05 PM UTC-2, Mike Thompson wrote: > On Friday, November 28, 2014 3:21:09 AM UTC+11, Kyle Cordes wrote: > > On Thu, Nov 27, 2014 at 7:08 AM, Colin Yates wrote: > > > Mike, that's brilliant. Downloading it now. > > > > It is a great thing to have handy, and it i

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-27 Thread Mike Thompson
On Friday, November 28, 2014 3:21:09 AM UTC+11, Kyle Cordes wrote: > On Thu, Nov 27, 2014 at 7:08 AM, Colin Yates wrote: > > Mike, that's brilliant. Downloading it now. > > It is a great thing to have handy, and it is also points to another > example of the problem I was complaining about, which

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-27 Thread Colin Yates
I hear you. I definitely felt a little lost as to what "The Right Way" forward was. It still feels very cutting edge. Still, would much rather than the 100 paper cuts here than the 1000 paper cuts elsewhere ;). On 27 November 2014 at 16:21, Kyle Cordes wrote: > On Thu, Nov 27, 2014 at 7:08 AM, C

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-27 Thread Kyle Cordes
On Thu, Nov 27, 2014 at 7:08 AM, Colin Yates wrote: > Mike, that's brilliant. Downloading it now. It is a great thing to have handy, and it is also points to another example of the problem I was complaining about, which is that there are N different optimization settings, of which different tools

[ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-27 Thread Colin Yates
Mike, that's brilliant. Downloading it now. On Thursday, 27 November 2014 11:45:46 UTC, Mike Thompson wrote: > On Thursday, November 27, 2014 2:09:58 AM UTC+11, Matthew Gertner wrote: > > My colleague was complaining about waiting ~20 seconds for his > > ClojureScript to compile and discovered th

[ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-27 Thread Mike Thompson
On Thursday, November 27, 2014 2:09:58 AM UTC+11, Matthew Gertner wrote: > My colleague was complaining about waiting ~20 seconds for his ClojureScript > to compile and discovered this post on Stack Overflow: > http://stackoverflow.com/questions/20917202/auto-building-clojurescript-files-for-comp

[ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-26 Thread Francis Avila
On Wednesday, November 26, 2014 9:09:58 AM UTC-6, Matthew Gertner wrote: > My colleague was complaining about waiting ~20 seconds for his ClojureScript > to compile and discovered this post on Stack Overflow: > http://stackoverflow.com/questions/20917202/auto-building-clojurescript-files-for-comp