I'm working on compile/evaluate ClojureScript to JavaScript, using JavaScript. My goal: practice TDD, with JavaScript; learn ClojureScript; and run it multiplatform
My first approach: using Node.js to run the compile/evaluate of each symbolic expression in file(s) to run. But I could reimplement the process to run in browser. Very, very "work in progress", but the tests are OK https://github.com/ajlopez/ClojJS Angel "Java" Lopez @ajlopez On Fri, Jan 9, 2015 at 5:38 PM, gvim <[email protected]> wrote: > On 09/01/2015 20:30, David Nolen wrote: > > I work on the compiler so I'm pretty familiar with its operation sans >> Leiningen. That said I don't really see the point. Lein dependency >> resolution & plugins like lein-npm make life significantly more pleasant. >> >> David >> >> > I was thinking more of when you have to work with someone else's project > or when there's an opportunity to add Clojurescript value to an existing > project setup with NodeJS. Anyone else had any experience with this > scenario? > > gvim > > > -- > 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. > -- 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.
