2012/9/10 Chas Emerick <c...@cemerick.com> > I've been using a combination of lein-cljsbuild to keep the on-disk > generated code fresh and piggieback[1] for all of my cljs REPL needs. >
Hello Chas, I've tried to use piggieback. My current stack for playing with the concepts is leiningen2 on the command line (to start the server), with clsjbuild to compile the browser_repl.cljs to "bootstrap" the REPL machinery (lein cljsbuild once), regular "lein repl" once project.clj has been configured with the proper options) and a regular CCW 0.10.0 nrepl client. It works OK with the "out of the box" Rhino-backed evaluator, but as you might guess, I have no interest in this and then I quickly jump to try & get a Browser-based REPL running. That's where things broke. I did not manage to get things compiled correctly. As it stands, it seems that I'll have to read & understand wiki pages from ClojureScript project, nrepl documentation, piggieback documentation, cljsbuild documentation, to really grasp the whole thing. Seems a little bit daunting just to be able to "play" with it. Is there an easier way ? A resource somewhere which already explains step-by-step how to get started with a new project, cljsbuild for compiling from time to time, and piggieback ? Just asking before starting digging :-) Cheers, -- Laurent -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en