• Parallel programmieren mit Clojure. (here, via @SW_DevTwits) -- This is an article from the authors of the German Clojure book. This article introduces the many features of Clojure that aid at writing concurrent software. Here is the google-translated version of this article.
  • Is removing parentheses worth it? (here, via @planetclojure) -- This article provides some food for though regarding the choices made in order to reduce the number of parentheses needed in Clojure (vs. Common Lisp, Scheme, etc...)
  • Joy of Clojure will be sent to the printer soon. (via @joyofclojure) -- Yay! Dead trees!
  • All chapters have been updated for Clojure in Action to reflect your feedback. Time for Production (via @ManningBooks) -- Yay! More dead trees!
  • Clojure's gen-class and JRebel (here, via @antonarhipov) -- JRebel is a library for Java that lets you dynamically reload your code into the JVM. This article explains how to take advantage of JRebel in clojure in the few cases in which the code is not dynamic: when generating classes with gen-class.