Re: Best way of doing clojure / clojurescript development

2013-03-27 Thread Steven Obua
This looks very useful, thanks! -- -- 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

Re: Best way of doing clojure / clojurescript development

2013-03-27 Thread John D. Hume
https://github.com/emezeske/lein-cljsbuild/blob/0.3.0/doc/CROSSOVERS.md On Mar 27, 2013 6:40 AM, "Steven Obua" wrote: > Hi, > > I have thought long which language to use for my current project. My main > choices were Scala and Clojure, and I decided on Clojure mainly because I > need to run subs

Best way of doing clojure / clojurescript development

2013-03-27 Thread Steven Obua
Hi, I have thought long which language to use for my current project. My main choices were Scala and Clojure, and I decided on Clojure mainly because I need to run substantial amounts of my code to run on both the JVM and in the browser. So now I am approaching the parts of my project that ne