- Web Application Development with Clojure – Part 3 (via @hisaitami) -- This one covers getting data from the database and rendering via templates.
- Now available online @ O'Reilly: the *final* draft of Clojure Programming by @cemerick, @briancarper, & @cgrand (via @ClojureBook) -- 600+ pages of pure and unadulterated Clojure, all in one package!
- My new blog is up! First post: Monads are design patterns for DSL's. (via @jimduey) -- This post explains monads by using them in building a DSL.
- clj (0.0.1): Like json, but with clojure sexps. (via @rubygems) -- Oooo, now you can exchange cloure sexps back and forth with Ruby!
- Good blog posting - Java and Clojure - How data structures influence language usage (via @staypufd) -- You might have experienced this too, the ease in which you can work with complex data structures in Clojure changes the way you code, more so if you come from a low-level imperative language.