ClojureScript, the Clojure compiler that emits JavaScript source code.
New release version: 0.0-1933
Leiningen dependency information:
[org.clojure/clojurescript "0.0-1933"]
Changes:
* / in symbol now always delimits a namespace
* tools.reader 0.7.9, addresses Windows line ending convention
Enhancements:
* referred vars and macros now verified
* replace asserts with errors, now file and line location for all analyzer and compiler errors
Bug fixes:
* CLJS 600 & 604: LazySeq regressions
* CLJS 605: Allow alias target to change when recompiling file
* CLJS 456: test case for CLJS 544
* CLJS 603: namespace and variadic function shadowing
* CLJS 566: 1 arity method for partial
* CLJS 601: multiple cases of fn arity now emits warning
* CLJS 613: unify try special form with Clojure
* CLJS 602: better error message for too many arguments to fn