• My #clojure talk at #cojug on 3/9 has been posted (here, via @wmacgyver) -- If you live near Central Ohio, don't miss this Clojure talk at the Central Ohio Java Users Group by Mac Liaw. That's on 3/9/10.
  • Clojure Pre- and post-conditions: a quest for a nicer syntax (here, via @tm_interesting) -- An alternative syntax for pre- and post-conditions that is much easier to the eye and cover some of the most common use cases.
  • Interview with Rich Hickey, creator of Clojure (here, via @tm_interesting) -- Good tidbits about the future parallel features.
  • New ssh tool for #clojure (here, via @jclouds) -- It's a wrapper for jsch.
  • gen-class little brother: proxy (here, via @kotarak) -- Proxies in Clojure allows you to create new java classes on the fly in order to interoperate with the Java environment, but with some limitations. This article explores the many uses and features of 'proxy'.
  • A library to make Jython interop in Clojure more elegant. I created a Google Code repository for it. (here, via @rplevy) -- Google Code? What's wrong with GitHub? ;)
  • How to make a quick performance ping to 5 storage clouds in #clojure (here, via @jclouds) -- A nice and simple example of how to use JClouds with Clojure.
  • What I really want it to use rspec to test my clojure libraries (here, via @kyleburton) -- What is that CljHelper that he is using?.... oh, wait!
    • jrclj (1.0.0): Helper library for working with Clojure from JRuby. (here, via @rubygems) -- ... so it is a JRuby gem...
    • Call Clojure from JRuby easier than ever!  by @kyleburton (here, via @jonnytran) -- ... and here is the source code. Case closed!