If you are on Linux or a Mac, do a `kill -3` on the Java process to cause it to produce thread dumps with stack traces. That way we can see where it is hung.
- Mike > On Mar 11, 2015, at 9:38 AM, Peter West <[email protected]> wrote: > >> On Tuesday, 10 March 2015 09:41:45 UTC+10, David Nolen wrote: >> ClojureScript, the Clojure compiler that emits JavaScript source code. >> >> New release version: 0.0-3058 >> >> The new Quick Start is essential reading even if you are a relatively >> experienced ClojureScript developer. > > > I did this, and worked through the example. When I got to > > Require your namespace by evaluating (require '[hello-world.core :as hello]) > > the REPL hung. Any suggestions? > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
