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 need to run in both 
environments. Are there any best practices for setting up my environment so 
that I can compile to both the JVM and to Javascript from the same 
codebase? I am aware that Clojure and Clojurescript are different 
languages, but for those pieces of my code that are shared I will make sure 
that the code looks the same, and I don't want to maintain different 
codebases for the same code.

Thanks for any pointers,

Steven

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to