• Planet Clojure now lists more than 250 blogs! (via @alexott_en) -- Congratulations!
  • wish I'd seen these when I started with clojure and emacs. (here and here, via @deobald) -- Linked are a Slime (lets Emacs interact with Lisp) and a ParEdit (a very 'different' way to keep your parentheses in check) cheat sheets. If you are using Emacs for Clojure, you need to have these around unless your memory is not like mine.
  • Gasp, new blog post (here, via @briancarper) -- A pretty long article about how Ruby, Clojure and Common Lisp handle keyword arguments in function signatures, or "the many different ways to skin the keyword arguments cat".
  • javamatic - Templating engine for writing tedious Java code (here, via @_vojto) -- Wait, so you learn clojure so you don't have to deal with java, and what do you do with it? Write a java code generator. Really. Well, in fact I believe Rich Hickey himself is a big fan of this method of writing java code.
  • Dan Bodart's sweet Java functional collection processing library (like Clojure, Haskell, F#, Scala...) (here, via @ codemonkeyism) -- Totallylazy is a Collections library for java that provides similar functionality than the clojure data structures, although the naming is more similar to the ML family of languages. Oh, and it is lazy. So if you have to stick to java, you could get a little clojurey with this lib.