• RESTful Clojure webapp w/Compojure, Ring, Enlive, and ClojureQL (here, via @planetclojure) -- This article points at an application template to create RESTful apps, including DB work. It is very lightweight, and if you don't know where to start, this is a good place.
  • The Future of #R is #clojure? (here, via @algoriffic) -- This is a presentation about the fact that R, a well known open source statistical package, is too slow and it is not scaling well to cope with the explosion of data of late. One of R's original author is longing for Lisp (R was originally a lisp), and the presenter suggests Clojure.
  • Getting started with Emacs for Clojure development in Windows (here, via @planetclojure) -- An update summary on getting a decent clojure environment in Windows.
  • Adapting a #clojure protocol to another protocol (here, via @david_mcneil) -- A library that lets you define translations between clojure protocols at a global level. Pretty slick.