Thanks! Yes, that was exactly the problem. And... apologies. On reading the wiki page again, it's very clear.
On Jan 13, 4:04 pm, Brenton <[email protected]> wrote: > You are trying to evaluate ClojureScript in a Clojure REPL. > > The easiest way to get a ClojureScript REPL is to run: > > script/cljs-repl > > If you start a ClojureScript REPL manually then you always need to > load/reload the development page afterwords to establish the > connection. > > On Jan 12, 5:07 pm, utel <[email protected]> wrote: > > > > > > > > > The amount of effort that's gone into ClojureScript One initiative is > > very impressive! > > > Just one question. I've tried following the instructions on the > > page:https://github.com/brentonashworth/one/wiki/Getting-started > > > All goes well until the step where I evaluate the expression (js/alert > > "hello") > > > Then I get the following error: > > CompilerException java.lang.RuntimeException: No such namespace: js, > > compiling:(NO_SOURCE_PATH:1) > > > I've tried it on both Linux and OS X 10.7 (both with jdk 1.6.0_29) > > and in both cases get the error above. > > > It may be that I've missed something obvious! > > > Any help appreciated. > > > Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
