[ClojureScript] Current namespace in the bREPL in Cursive

2014-05-16 Thread Juan Manuel Gimeno Illa
In Cursive, is there a way to know which is the current namespace in the browser repl? The promt does not show it and the *ns* symbol, which works for clojure repl, seems to not exist in the bREPL. Thanks. -- Note that posts from new members are moderated - please be patient with your first

Re: [ClojureScript] Current namespace in the bREPL in Cursive

2014-05-16 Thread Tim Visher
On Fri, May 16, 2014 at 7:56 AM, Juan Manuel Gimeno Illa jmgim...@gmail.com wrote: In Cursive, is there a way to know which is the current namespace in the browser repl? The promt does not show it and the *ns* symbol, which works for clojure repl, seems to not exist in the bREPL. AFAIK, no…

Re: [ClojureScript] Current namespace in the bREPL in Cursive

2014-05-16 Thread Jason Jackson
If you look at the title bar of the REPL window it shows the current namespace of the REPL. Jason On Fri, May 16, 2014 at 6:56 AM, Juan Manuel Gimeno Illa jmgim...@gmail.com wrote: In Cursive, is there a way to know which is the current namespace in the browser repl? The promt does not show

Re: [ClojureScript] Current namespace in the bREPL in Cursive

2014-05-16 Thread Colin Fleming
Jason's right that the namespace is normally shown in the title bar of the REPL tab in the Cursive REPL window. However I've never tried the CLJS browser REPL, so I'm not sure whether that works there or not. I'm actually working towards better CLJS support so I'll be checking out the various