I'm trying to work through the Clojurescript One "Getting Started" wiki page example found here: https://github.com/brentonashworth/one/wiki/Getting-started, but after running "lein repl" and entering (go), I get the Clojurescript One pages fine, including the development page, but then I lose the repl.
As soon as the development window opens in my browser, a message appears in the repl and I can't get back. All I can do is 'ctrl-c' to kill the repl. Here is the final line in the repl, including the message that (apparantly) kills it: one.sample.repl=> (go) 2012-05-08 23:04:04.496:INFO::Logging to STDERR via org.mortbay.log.StdErrLog "Type: " :cljs/quit " to quit" 2012-05-08 23:04:04.496:INFO::jetty-6.1.25 2012-05-08 23:04:04.508:INFO::Started SocketConnector@0.0.0.0:8080 ClojureScript:cljs.user> Created new window in existing browser session. I've googled around but can't find anyone who has the same problem. I want to try out the various interactive javascript tricks listed on the getting-started page, but I can't do anything if the repl dies. Any help much appreciated. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en