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 bits together to do this. My goal is
to be able to do the Om tutorials and try things out on-the-fly.
Given that, I do have Clojure repl working where I can start the Jetty
server. However, when I try this:
(browser-repl)
As suggested by the om-start README, anything I try to evaluate just
hangs there. FWIW, I see no errors in the JavaScript console.
Looking at the raw HTML, it looks like the connection back to the
server-side for the browser REPL is correct, and the (browser-repl)
command comes back with:
(browser-repl)
WARNING: unsigned-bit-shift-right already refers to:
#'clojure.core/unsigned-bit-shift-right in namespace: cljs.core, being
replaced by: #'cljs.core/unsigned-bit-shift-right
Browser-REPL ready @
http://localhost:60442/9462/repl/start
Type `:cljs/quit` to stop the ClojureScript REPL
=> nil
Any advice folks can give would be appreciated. I'm fairly new to
IntelliJ in general, and to this point have used Vim and a
command-line REPL to do my work. It'd be nice to have IntelliJ
working here. I should add that I'm using the Cursive plugin for
IntelliJ and not La Clojure.
Thanks!
-John