• I thought I was going to like Clojure, but I was wrong. I love it! (via @shearic)
  • clj3D: The first (serious as a Monkey) #Clojure 3D library (here, via @alfredodinapoli) -- This library works at a higher level than Penumbra, a library that provides idiomatic OpenGL bindings for clojure, and it lets you easy manipulate 2 and 3D objects in idiomatic clojure. Based on JMonkeyEngine and PLaSM.
  • I got my understanding of elegance in #clojure code. And you? (here, via @kotarak ) -- What you consider elegant code can be a considered an eye sore for someone else. Elegance is hence in the eye of the beholder. This articles goes over the different stylistic ways of writing the same pair of functions. Pick your style and be happy.
  • Barber shop problem again (here, via @planetclojure) -- Sometime ago Lau Jensen wrote an article comparing Clojure and Scala in the context of solving the Barber Shop Problem. This is a rewrite if the clojure solution that instead of using clojure concurrency primitives, is using agents via Jobim.