• My thoughts on Clojure (here, vi a@quippdPython) -- A python developer tries Cloure for 3 days, concludes that there is too much need to know Java in order to use Clojure. Fair point, except when using Clojure-CLR of course.
  • resrc: REST in clojure (part 1) (here, via @tvachon) -- First installment in a series about building first-class support for REST in clojure. The second part is here and discusses some enhancements and optimizations.
  • Building and Deploying Clojure REST Services (here, via @bradfordcross) -- More on building REST services in clojure, this time using rest-serv for the REST part and store to access the data store.
  • I sense a lot more interesting clojure stuff making it to master branch. (here, via @wmacgyver) -- The word 'wow' is used several times...
  • jEdit now has a Clojure shell, awesome! (here, via @pauldoo) -- Take that Emacs!
  • Improving Clojure Contrib (here, via @fogus) -- Oh, that's a welcome move! Rich Hickey is putting the pieces in place so that contributing to clojure.contrib. @chrishouser's finger trees, @cemeric's nREPL and @fogus' Unification library are the first additions in this model.