2012/11/7 Alexandru Nedelcu <[email protected]> > Hi, > > I'm a total newb and I'd like to play around with ClojureScript to learn > it and maybe build something with it. However starting/configuring a > project is difficult and I want 3 things - (1) a mixed > clojure/clojurescript project + (2) a way to automatically compile the > files on changes + (3) nRepl integration. > > So the lein-cljsbuild plugin is good, even comes with 2 samples, however > the advanced sample does not have nRepl integration. > And one reason for why I would love working with ClojureScript would be > the integration with Emacs. Is that not possible right now? > > I'm also a total Clojure newb, so configuring stuff is hard work. For > instance I couldn't configure REPL support that can see my namespaces, as > the lein-cljsbuild documentation on that is confusing. So I just cloned the > repo and started the advanced example. But I would still like nRepl > support, which that example is missing. > > Is there a sample project somewhere with the latest libraries and that's > properly configured with mixed server/client code and nREPL integration? > That would be awesome. >
Hi, not there yet, but here's a minimalistic project I've created to help understand the basic mechanisms: https://github.com/laurentpetit/cljslein Covers lein2 / nrepl / piggieback (for using lein repl with a clojurescript repl) It's intentionnally featureless, so you get to the point without fluff. HTH, -- Laurent -- 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
