Re: New release 20090320

2009-03-22 Thread Howard Lewis Ship
ownload it automatically, which may help with debugging). In addition, there's a "slim" variant, where the core library Clojure sources are NOT pre-compiled: org.clojure clojure-lang 1.0-SNAPSHOT slim On Fri, Mar 20, 2009 at 7:15 AM, Rich Hickey wrote: > >

Re: New release 20090320

2009-03-20 Thread Brian Carper
On Mar 20, 7:15 am, Rich Hickey 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, mult

Re: New release 20090320

2009-03-20 Thread David Nolen
e patterns- 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 wrote: > > New release 20090320 - > http://clojure.googlecode.com/files/clojure_20090320.zip > > Incorporates all the rece

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 >

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 wrote: > New release 20090320 -http://clojure.googlecode.com/files/clojure_20090320.zip > > I

Re: New release 20090320

2009-03-20 Thread Berlin Brown
On Mar 20, 10:15 am, Rich Hickey 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, mult

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