Re: clojurescript browser repl not working.

2013-03-15 Thread Mimmo Cosenza
On Mar 14, 2013, at 10:21 PM, Rohan Nicholls rohan.nicho...@gmail.com wrote: And a huge thank-you to mimmo for looking into this so quickly. Thanks Rohan, I appreciate. Programming is the only thing that give me a sense of having done something useful in the day. I'm the founder of my

Re: clojurescript browser repl not working.

2013-03-14 Thread Rohan Nicholls
I have been in touch with the writer of the modern-cljs tutorial, and he thinks that a library include is missing that used to be a problem, but was fixed. It looks like the problem is back. You can follow the issue and discussion here: https://github.com/magomimmo/modern-cljs/issues/38

Re: clojurescript browser repl not working.

2013-03-14 Thread David Nolen
I'm not sure if lein-cljsbuild uses the latest release of ClojureScript - Evan would know. In general I think it's probably best to just specify the version of ClojureScript you want to use yourself to avoid any issues. On Thu, Mar 14, 2013 at 5:21 PM, Rohan Nicholls

Re: clojurescript browser repl not working.

2013-03-14 Thread Evan Mezeske
Oops, there's an open case to bring lein-cljsbuild's default compiler version up to r1586: https://github.com/emezeske/lein-cljsbuild/issues/186. I will try to get to that soon. In the meantime, you should be able to add [org.clojure/clojurescript 0.0-1586] to your :deps to get the latest

clojurescript browser repl not working.

2013-03-13 Thread Rohan Nicholls
Hey all, I have been experimenting with clojurescript and following the modern tutorial. However I am now stuck while trying to get the browser repl (brepl) working. I looked on the clojurescript jira tracker and there was no mention of this problem. There was no way to add an issue, so I