ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript
Leiningen dependency information: [org.clojure/clojurescript "0.0-3211"] This release is a bugfix release addressing some regressions as well as introducing some further REPL refinements. As usual feedback welcome! ## 0.0-3211 ### Changes * CLJS-1205: Conditional reading in REPLs * CLJS-1204: cljs.build.api/watch can now take compilation inputs * CLJS-1203: standard way to pass multiple directories to build ### Fixes * CLJS-1216: incorrect max fixed arity for fns both multi-arity and variadic * cljs.analyzer/parse-ns did not bind *cljs-file* * CLJS-1201: compare broken for IIndexed collections * CLJS-1202: cljs.repl/load-file is not additive * CLJS-1199: array-map should skip dropped elements of IndexedSeq * CLJS-1197: load-file does not reload associated macro namespace -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
