I was expecting an error message from this; using [org.clojure/clojurescript "1.7.170"]
[david@localhost ~]$ mkdir testdir [david@localhost ~]$ cd testdir [david@localhost testdir]$ lein new figwheel repltest Generating fresh 'lein new' figwheel project. [david@localhost testdir]$ cd repltest [david@localhost repltest]$ lein figwheel Figwheel: Starting server at http://localhost:3449 Figwheel: Watching build - dev Compiling "resources/public/js/compiled/repltest.js" from ["src"]... Successfully compiled "resources/public/js/compiled/repltest.js" in 19.61 seconds. ;; snip help text Prompt will show when Figwheel connects to your application To quit, type: :cljs/quit cljs.user=> (+ 3 5))))) 8 -- 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 https://groups.google.com/group/clojurescript.
