• Deploying Clojure websites (here, via @kicauan) -- This new article by @briancarper describes a method to put Clojure/Compojure websites in production. It is very detailed, and provides a lot of good insight on how to put together a nice development workflow, from code to production.
  • I prefer Clojure to Scala because I'm conceptually far more interested in a pragmatic Lisp than a functional Java (via @bguthrie) -- I guess this sums it all! Nice use of 140 characters.
  • Side by side: Python, Common Lisp, Clojure: Bayesian spam filter (here, via @tek_news) -- This article from last November is about the re-implementation in Clojure of the Common Lisp implementation of a Bayesian filter found in the book "Practical Common Lisp". This CL implementation is in turn based on a Python Bayesian filter. It is interesting to see how CL and Clojure differ in subtle but significant ways, and also how deep Clojure-Contrib is. The article is relevant today because the full source code for the Bayesian filter in Clojure by @xgavin has been released
  • More #Clojure #Swing fun, this time with layouts! (here, via @stuartsierra) -- and macros too!