Clojure 1.3 Alpha 2 is now available at

        http://clojure.org/downloads

 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
 3 Changes from 1.2 to 1.3 Alpha 1
 4 About Alpha Releases

= 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
 
  * normalized unchecked-* fn names
  * added *unchecked-math* support
  * fixes to binding conveyance (and *agent*)
  
= 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
  
  * fixed filter performance issue introduced in 1.3A2 
  * with-redefs macro (useful for stubbing)
  * print-table

= 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2

  * code path for using vars is now *much* faster for the common case,
    and you must explicitly ask for :dynamic bindability
  * new: clojure.reflect/reflect
    http://dev.clojure.org/display/design/Reflection+API 
  * new: clojure.data/diff

= 3 Changes from 1.2 to 1.3 Alpha 1

  * enhanced primitive support 
    (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support)
  * better exception reporting
  * ancillary namespaces no longer auto-load on startup:
    clojure.set, clojure.xml, clojure.zip

= 4 About Alpha Releases

1.3 is the first release of Clojure that will include a series of
alpha builds. We are adding these builds to support maven and
leiningen users, who want a specific artifact that they can target (as
opposed to building from master or "moving-target" snapshots).

If you are the kind of person who used to track master by building
from source, but no longer do so because you are using maven or
leiningen, alpha releases are for you.


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

Reply via email to