Hi Frank again! As you can read in one David Nolen stackoverflow response http://stackoverflow.com/questions/10990077/how-to-debug-clojurescript "I cannot emphasize this enough - do not use the ClojureScript compiler directly. Use lein-cljsbuild. You can write different builds (testing, development, release). You can auto-watch files so they recompile quickly as you change them. You can easily use browser repl to evaluate code directly in the browser. You can manage dependencies."
So i recommend you to start on lein-cljsbuild page https://github.com/emezeske/lein-cljsbuild for setting up your brepl environment. And later don't forget to take a look at cemerick/austin Good luck Juan El jueves, 27 de febrero de 2014 17:43:04 UTC+1, Frank Behrens escribió: > Thanks Juan, > > as I am new to clojure & clojurescript. > > My priority in that is to understand how it works, and become familiar with, > than to get something working and don't really understand why. > > I think the examples the clojurescript repo should be perfect for that. > I just tried many of them, sadly most just didn't work (at least for me). > > I did't want to file a bug, but I would gladly contribute to get working > examples in the clojurescript repo. > > Maybe someone wants to follow this up with me ? > > With kind regards, > Frank -- 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.
