• How do Clojure books compare? (here, via @Borkdude) -- A short writeup about the differences between the four existing clojure books, by @ghoseb
  • Practical #Clojure by me & Luke Vanderhart is officially out (here, via @stuartsierra) -- Time to get it. It covers features in 1.2
  • I just published a new #clojure library for generating URLs #resource-url (here, via @paraseba) -- An easy way to build your URLs without having to resort to string mangling.
  • A couple Java threading tricks applied in #clojure (here, via @puredanger) -- How to keep threads alive once the main thread is dead, and get a thread dump of all the threads in the JVM from the command line. Very useful!