Now at clojure talk bij @mauritsrijk and @svdberg #jfall10 (via @hierynomus) -- Clojure was represented at JFall 2010 in the Netherlands, and judging from the tweets, it was very well received. Good job guys!
Which one has more parens, Java chaining or Clojure? Answer might surprise you! (vi a@robertrolandorg) -- And clojure was also represented at QCon in SF, and well represented at that!
Rich Hickey's talk in 'pencast' format : "Step Away From The Computer" from #clojureconj 2010 (here, via @devn) -- In this talk Rich encouraged all of us to take time to think and let our brains process information (while sleeping, or just laying in a hammock). It was a very inspirational talk and while we're waiting for the videos of clojure-conj to come out, this audio recording will do!
ClojureQL - Revolutions, blogged about the rewrite (here, via @LauJensen) -- ClojureQL is being rewritten from scratch after 2.5 years of existence. All the knowledge that its authors and users acquired during this time is used to build a better implementation, while also trimming down the functionality to provide a very tight and clojurey core.
we got clojure 1.3 running in the same JVM as 1.2! (here, via @ninjudd) -- And with this, classlojure is announced! This library lets you easily create a classloader with an alternate classpath and evaluate clojure forms in it, and for example, use a different version of clojure.
Implementation “inheritance” in clojure (here, via @david_mcneil) -- Ever wondered if you could 'subclass' a defrecord in clojure? Well, you can! This article shows you how.