• Questioning Clojurize (here, via @jneira) -- A few weeks ago Christian Smith proposed Clojurize, a DSL to unify access to different data stores. In this follow-up article the author responds to all the feedback has gotten since it was publicized. It's a great read and addresses very important aspects of abstracting similar-but-not-really services.
  • Continuing my exploration of under-appreciated programming methodologies, I've started a project to support literate programming in Clojure (via @fogus) -- This sounds promising :)
  • A super-useful handy Clojure snippet for you: (def ^{:doc "octo-inc" :arglists ([x])} oinc (apply comp (repeat 8 inc))) (via @technomancy) -- Why did this make me think about the octo-mom?!?! Clever function though!
  • Stuart Halloway on Clojure - Orbitz IDEAS (here, via @martinjlogan) -- Watch @stuarthalloway spread the word about clojure, if you haven't already (haven't we all? but it is always fun to do so)