Re: IntelliJ / ClojureScript Integration...

2014-08-08 Thread henry w
I am wanting to do om tutorial in cursive as well and using om-start. I will give the proposed solution a go as well. but FYI what i have been doing so far is 1) start 'lein repl :headless' from cmd line, 2) connected to it from cursive as a remote repl. a bit clunky but is working just fine.

Re: IntelliJ / ClojureScript Integration...

2014-08-05 Thread John Szakmeister
On Tue, Aug 5, 2014 at 3:08 AM, Colin Fleming wrote: > Hi John, > [snip] > Here's what Wilker LĂșcio wrote: > >> This is how I got it done (and I'm using it on node-webkit project): >> >> Add this plugin to your project (plugins, not dependencies): >> >> [jarohen/simple-brepl "0.1.0"] >> >> On your

Re: IntelliJ / ClojureScript Integration...

2014-08-05 Thread Colin Fleming
Hi John, I'm the developer of Cursive. I haven't done this myself, but here are details from a Cursive user detailing how he got it working. Others have since tried it and it's worked for them too. I'm planning to add a built-in CLJS REPL but haven't got to it yet. Here's what Wilker LĂșcio wrote:

IntelliJ / ClojureScript Integration...

2014-08-04 Thread John Szakmeister
Sorry for pestering the list about this, but despite trying to follow several different blog posts about this, I seem unable to get a working ClojureScript REPL that connects to the browser. Ideally, I'd like to start from a clean project using "lein new om-start project_name" and get the right bi