• I'm growing a new programming language, Cacao, inspired by Clojure, integrated with Cocoa (here, via @joubertnel) -- Sounds cool, where are the docs?
  • Extract Text from a HTML Document in Clojure (here, via @planetclojure) -- Using Jericho
  • Test like you mean it! (here, via @planetclojure) -- The author of ClojureQL embarks in the ever-uplifting task of write integration tests. Since ClojureQL can support many databases, writing integration test for all of them can be quite daunting. This article shows his strategy for coping with the complexity of such integration tests, with the hope that others write backends for ClojureQL and can use the same tests.