I don't know what else to suggest other than you're going to need to try some experiments to figure out what going on, the Clojure REPL you started can help you:
(System/getProperty "java.class.path") (require 'cljs.closure) etc. David On Tue, Mar 17, 2015 at 2:07 PM, Josh Nursing <[email protected]> wrote: > Yes, that works and drops me in Clojure 1.6.0 with the user=> prompt. > > On Tuesday, 17 March 2015 07:30:56 UTC-4, David Nolen wrote: > > And `java -cp cljs.jar clojure.main` drops you into a regular Clojure > REPL? > > > > David > > -- > 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.
