List of languages that compile to JS:<p><a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS" rel="nofollow">https://github.com/jashkenas/coffee-script/wiki/List-of-lang...</a>
Does this differ significantly from the clojurescript which is already on clojure-contrib? <a href="https://github.com/richhickey/clojure-contrib/tree/master/clojurescript/" rel="nofollow">https://github.com/richhickey/clojure-contrib/tree/master/cl...</a><p>You can try it out at <a href="http://clojurescript.n01se.net/repl/" rel="nofollow">http://clojurescript.n01se.net/repl/</a> which evals your code via a Java applet.<p>On a side-note, I'm modifying an older Javascript-based Lisp interpreter to have a more Clojure-like feel, as well as adding in Macros, etc. and running it on the v8 debug shell "d8" (built with readline enabled). The goal is to be write something like Clojure in a way one would write Node.js apps. At some point I want to have it auto-compile the lisp modules to Javascript a la Python's .pyc files.
There's an small but interesting discussion about it in the Google group: <a href="http://groups.google.com/group/clojure/browse_thread/thread/301847ed6ffb1a5a" rel="nofollow">http://groups.google.com/group/clojure/browse_thread/thread/...</a>