Re: [ClojureScript] Re: REPL setup help

2017-07-31 Thread Colin Fleming
Hi Rob, So using Maven, those instructions should work pretty much as-is, since the clojure.main style REPL it uses just uses the classpath from IntelliJ, it doesn't use lein for anything fancy. The only part which I don't know about is compiling ClojureScript from Maven - I actually didn't even

Re: [ClojureScript] Re: REPL setup help

2017-07-31 Thread Rob Nikander
Okay, thanks, I will try figwheel. I'm using Maven not Leiningen so I'll need to find time later to translate those instructions. On my test project here I could use Leiningen, but on another, Maven is entrenched. On Monday, July 31, 2017 at 6:16:30 PM UTC-4, Colin Fleming wrote: > > In fact,

[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-31 Thread marcs . pompili
Great release, nice to see npm support more stable now, just started testing, seems fine for now. Il giorno venerdì 28 luglio 2017 23:54:42 UTC+2, David Nolen ha scritto: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code:

Re: [ClojureScript] Re: REPL setup help

2017-07-31 Thread Colin Fleming
In fact, Figwheel has a page dedicated to Cursive: https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL. I agree that if you're doing browser development, you almost certainly want to be using figwheel. On 1 August 2017 at 02:58, Ikuru Kanuma

[ClojureScript] Re: REPL setup help

2017-07-31 Thread Ikuru Kanuma
Hi Rob, Perhaps following this README will help? It should work as long as you have a working repl + can add this as a dependency. Figwheel will give you hot code reloading + a cljs repl + lot of other goodies and is really popular. https://github.com/bhauman/lein-figwheel/tree/master/sidecar

Re: [ClojureScript] ANN: ClojureScript 1.9.854

2017-07-31 Thread Charles Loomis
Thanks for the feedback. I can verify that the `:process-shim false` option works around the problem. I’m following up with the doo developer and have proposed a patch (https://github.com/bensu/doo/pull/141). Cal > On Jul 30, 2017, at 20:31, David Nolen wrote: