• Leiningen keeps getting better and better:
    • You can use leiningen to compile projects that use any version of clojure now thanks to @atosborne. 1.0 coming soon. (via @technomancy)
    • Updated the #leiningen powershell script (here, via @fyuryu) -- this is necessary if you want to run leiningen on Windows(tm)
  • Clojure as a first progamming language? (here, via @hrjn_rss) -- join the fray!
  • Tim Bray's Eleven theses on Clojure (here, via @timbray) -- After all the work he's put in exploring Clojure, here are his conclusions. It looks like he likes Clojure but doesn't quite like Lisp?
  • the ability to run unit tests in the #clojure REPL just has #win written all over it (via @markhneedham) -- indeedy!
  • Using Clojure STM from JRuby (here, via @MarioAquino) -- this is about using @technomancy's library that provides access to Clojure's STM to JRuby