ClojureScript, the Clojure compiler that emits JavaScript source code.

README and source code: https://github.com/clojure/clojurescript

New release version: 0.0-2067

Leiningen dependency information:

    [org.clojure/clojurescript "0.0-2067"]

This release fixes issues introduced by the source map checks, the
checks have been relaxed.

This release also include a fairly significant enhancement - pervasive
simple type inference. This is to detect common mistakes involving
primitive arithmetic and non-numeric types. However this also adds a
new pass to the compiler and stores more information in compiler
environment. Feedback on signifiant changes to compile time and memory
usage welcome.

Enhancements:
* pervasive inference, inlined primitive arithmetic is now checked

Bug fixes:
* CLJS-685: elide :end-column :end-line from metadata
* CLJS-694: remove Java 7 dependency

-- 
-- 
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