• #Compojure Demystified with an example - Part 4 (here, via @sivajag) -- Here are part 1, 2 and 3. This is a series about creating webapps with Compojure and Clojure.
  • Looks like I can improve the Clojure section of DSLs In Action with the new Protocols introduced in 1.2. Non invasive abstractions FTW (via @debasishg) -- Those protocols sure are neat...
  • I joined Los Angeles Clojure Users Group on Meetup (here, via @nickmain_ ) -- So there, there is a LA Clojure group now.
  • Wrote up the details on getting #zeromq working with #clojure on #osx (here, via @trydionel) -- ZeroMQ is a (very fast) messaging library, meant to be used programmatically, as opposed to being a shrink-wrap solution. Making it work with Clojure is not a walk in the park. This article might help if you want to do that on OSX.