ClojureScript, the Clojure compiler that emits JavaScript source code.
README and source code:
https://github.com/clojure/clojurescript
New release version: 0.0-2356
Leiningen dependency information:
[org.clojure/clojurescript "0.0-2356"]
### Fixes
* fix var analysis so that some.ns/foo.bar is handled correctly
* CLJS-854: cljs.reader could not read numbers under IE8