• Automatically create wrapper object in Clojure (here, via@ml_bot) -- Wrap a  Java object in Clojure proxy in one step. This clojure proxy will forward all the method calls to the wrapped java object. Then redefine the methods that you want to behave differently. All with one macro.
  • Kanshiki Boom! is a handwriting recognition software for Japanese Kanji characters implemented using clojure. Whoa. (here, via @cemerick) -- Whoa indeed! Interesting to see the wide range of projects built in clojure.
  • Clojure News March 26 (here, via @ericnormand) -- So here is another channel where you can get your Clojure news, this time on video.
  • Clojure – Destillat #6 (here, via @gutenbyte) -- And here is another Clojure news outlet. This space is getting crowded! The site is mostly in German, but not their 'Destillat' news articles.
  • Fast clojure vectors and multidimensional arrays (here, via @bradfordcross) -- nth has different performance characteristics when used with vectors and with lists. That can make a big difference when working with large datasets.
  • clojureのDatastore on GAEライブラリコミットしました http://bit.ly/a0QiXl テストケースそこそこ書いたから、使い方は http://bit.ly/cdDf6f みて推測 REPLで使うときは(setup-helper)を (source code and example, via @making) -- A library to access the Google App Engine datastore has been submitted to gihub, along with an example of how to use it. To try use the REPL and call (setup-helper) (Note: did I get this right?)