Re: New release 20090320

2009-03-22 Thread Howard Lewis Ship
groupIdorg.clojure/groupId artifactIdclojure-lang/artifactId version1.0-SNAPSHOT/version classifierslim/classifier /dependency On Fri, Mar 20, 2009 at 7:15 AM, Rich Hickey richhic...@gmail.com wrote: New release 20090320 - http://clojure.googlecode.com/files/clojure_20090320

New release 20090320

2009-03-20 Thread Rich Hickey
New release 20090320 - http://clojure.googlecode.com/files/clojure_20090320.zip Incorporates all the recent additions - fully lazy seqs, :let option for doseq/for, letfn for mutually recursive local fns, synchronous watches, multi-arg set/union/difference/intersection, counted?, per- defmulti

Re: New release 20090320

2009-03-20 Thread Berlin Brown
On Mar 20, 10:15 am, Rich Hickey richhic...@gmail.com wrote: New release 20090320 -http://clojure.googlecode.com/files/clojure_20090320.zip Incorporates all the recent additions - fully lazy seqs, :let option for doseq/for, letfn for mutually recursive local fns, synchronous watches, multi

Re: New release 20090320

2009-03-20 Thread Chas Emerick
Congrats, and a HUGE thank you to you and everyone else in the community that has contributed code or their good spirit to the community. - Chas On Mar 20, 10:15 am, Rich Hickey richhic...@gmail.com wrote: New release 20090320 -http://clojure.googlecode.com/files/clojure_20090320.zip

Re: New release 20090320

2009-03-20 Thread Stuart Halloway
I am updating some of the examples in the FP chapter to use letfn, and the book is already up-to-date on fully lazy seqs. Any other new features jump out as must discuss in book? Stu New release 20090320 - http://clojure.googlecode.com/files/clojure_20090320.zip Incorporates all

Re: New release 20090320

2009-03-20 Thread David Nolen
- the diversity and friendliness of the community is amazing. All built on top of the JVM, whodathunk? David On Fri, Mar 20, 2009 at 10:15 AM, Rich Hickey richhic...@gmail.com wrote: New release 20090320 - http://clojure.googlecode.com/files/clojure_20090320.zip Incorporates all the recent additions

Re: New release 20090320

2009-03-20 Thread Brian Carper
On Mar 20, 7:15 am, Rich Hickey richhic...@gmail.com wrote: New release 20090320 -http://clojure.googlecode.com/files/clojure_20090320.zip Incorporates all the recent additions - fully lazy seqs, :let option for doseq/for, letfn for mutually recursive local fns, synchronous watches, multi