Re: CPU & platform for best compilation performance

2017-08-24 Thread Daniel Compton
Ah right, I missed that 0.5.13 was released. I've opened https://github.com/bhauman/lein-figwheel/issues/597 to discuss the caching issue further. On Fri, Aug 25, 2017 at 8:44 AM Maarten Truyens < maarten.truy...@siteffects.be> wrote: > Thanks for the response! > > Isn't that change already

Re: CPU & platform for best compilation performance

2017-08-24 Thread Maarten Truyens
Thanks for the response! Isn't that change already active in I noticed the change in 0.5.13? I actually tried that release, but it did not make a difference for me. I still need to have the DevTools visible, with "Disable cache" flagged in the Network Panel, to avoid situations where a

Re: CPU & platform for best compilation performance

2017-08-24 Thread Daniel Compton
Hi Maarten Once https://github.com/bhauman/lein-figwheel/pull/586 is released, that should improve your browser load time somewhat, as you won't need to do empty your cache and do a hard reload. On Thu, Aug 24, 2017 at 4:27 AM wrote: > Shot in the dark, but dependent

Re: Clojure rookie vs parsing

2017-08-24 Thread sventrax001
Thanks so much for the useful and informative advice. Again due to my rookie-ness I was struggling to adapt my old ANTLR grammar to instaparse (and did not come back to read new feedback bad me). While from the docs instaparse offers more flexibility than ANTLR, the cost is dealing with much

[ANN] Clojure 1.9.0-alpha19

2017-08-24 Thread Alex Miller
Clojure 1.9.0-alpha19 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha19 - Leiningen: [org.clojure/clojure "1.9.0-alpha19"] 1.9.0-alpha19 includes one small internal change to make the default import set public in RT. -- You received