Clojure 1.8.0-beta1 is now available.

Try it via

   - Download: 
   https://repo1.maven.org/maven2/org/clojure/clojure/1.8.0-beta1
   - Leiningen: [org.clojure/clojure "1.8.0-beta1"]

Below is a list of the other changes included in beta1. See the full change 
log here: https://github.com/clojure/clojure/blob/master/changes.md.


   - CLJ-1456 <http://dev.clojure.org/jira/browse/CLJ-1456> Compiler now 
   errors if too few or too many arguments to throw
   - CLJ-1282 <http://dev.clojure.org/jira/browse/CLJ-1282> quote now 
   throws if passed more or less than one arg
   - CLJ-1210 <http://dev.clojure.org/jira/browse/CLJ-1210> Improved error 
   message for (clojure.java.io/reader nil)
   - CLJ-1414 <http://dev.clojure.org/jira/browse/CLJ-1414> sort and 
   sort-by now indicate sort is stable in docstring
   - CLJ-1765 <http://dev.clojure.org/jira/browse/CLJ-1765> areduce 
   performance improvements
   - CLJ-1724 <http://dev.clojure.org/jira/browse/CLJ-1724> Remove 
   unnecessary call to seq() in LazySeq.hashCode()
   - CLJ-1295 <http://dev.clojure.org/jira/browse/CLJ-1295> Improved 
   array-map dissoc performance
   - CLJ-1277 <http://dev.clojure.org/jira/browse/CLJ-1277> Speed up 
   printing of time instants with type hints
   - CLJ-1259 <http://dev.clojure.org/jira/browse/CLJ-1259> Speed up pprint 
   and cl-format with type hints
   - CLJ-668 <http://dev.clojure.org/jira/browse/CLJ-668> Improve slurp 
   performance by using StringWriter and jio/copy
   - CLJ-1810 <http://dev.clojure.org/jira/browse/CLJ-1810> ATransientMap 
   now marked public
   - CLJ-1653 <http://dev.clojure.org/jira/browse/CLJ-1653> str of an empty 
   list should be "()"
   - CLJ-1567 <http://dev.clojure.org/jira/browse/CLJ-1567> Removed unused 
   local in condp implementation
   - CLJ-1351 <http://dev.clojure.org/jira/browse/CLJ-1351> Unused 
   swapThunk method was being emitted for fns with keyword callsites
   - CLJ-1329 <http://dev.clojure.org/jira/browse/CLJ-1329> Removed unused 
   local in PersistentVector.cons()
   - CLJ-1380 <http://dev.clojure.org/jira/browse/CLJ-1380> 3-arg 
   ExceptionInfo constructor permitted nil data
   - CLJ-1226 <http://dev.clojure.org/jira/browse/CLJ-1226> set! of a 
   deftype field using field-access syntax caused ClassCastException
   

-- 
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/d/optout.

Reply via email to