• Just released Radagast, my Clojure test coverage experiment (here, via @technomancy)
  • If you are tracking bleeding edge #clojure, it's been moved from github.com/richhickey to github.com/clojure (via @wmacgyver)
  • making #clojure records more pleasant to import, create, and print (here, via @david_mcneil) -- An enhanced implementation of 'record', one of the new features slated for Clojure 1.2. This alternative implementation allows you to work with records in a similar way you work with other data structures on Clojure. It allows you to pretty print the contents of a record and to create new records without invoking the Java constructor; two things that are not possible with the current 'record' as defined in 1.2
  • New Course: Clojure for Beginners. Course fees to be donated to the #Clojure project (here, via @IndianGuru) -- Starts Monday July 19th, and costs $5. The entire proceeds will be donated to support the development of Clojure.
  • Nu: lisp on objective c. (think clojure for cocoa) (here, via @hkrnws) -- I thought you guys would be interested on this...