• Seriously checking Clojure. To run it on Mac OSX SL use ClojureX. Makes it so easy (here, via @b0j3) -- I haven't tried it yet, but this is a set of scripts and configuration files that will help you quickly setup your clojure development environment on OSX. It will even setup both TextMate and Emacs for you :)
  • clojure-maven-pluign 1.3.1 released - regression fix for compiling test classes in the testClasses directory (via @talios)
  • Clojuresque 1.2.0 released! Not yet on Clojars due to 503 (here, via @kotarak) -- this new version of this Clojure plugin for gradle adds integration with Hudson and clojars.org along with the possibility of disabling AOT compilation (now off by default.)
  • How to install Swank/SLIME on a fresh Ubuntu (here, via @LauJensen) -- Another screencast from Lau Jensen, this time walking us through the steps necessary to have a shiny Emacs-based development environment installed on your Ubuntu box.
  • Tutorial on Clojure language: templates and constraints (here, via @hrjn_rss) -- More screencasts coming from Sean Devlin from the Full Disclojure blog about the new features of Clojure 1.1. This time the tutorials are onĀ templates and constraints (pre and post conditions).
  • Palindromes - Clojure vs. Common Lisp (here, via @jng27) -- Performance comparison between Clojure and Common Lisp in which Common Lisp is 10x faster than Clojure. Apples to apples? It's hard to say, but CL seems faster
  • Why Use Monads (here, via @ajlopez) -- Ever wondered why people try to understand monads until their brains hurt? Here are some reasons. This is yet another addition to the incredibly useful set of articles on monads in Clojure that Jim Duey from Intensyvesystems.com has put together (here and here)
  • Melodic Clojure (here, via @mmastrac) -- The author introduces a somewhat radical change in the way syntax of Clojure to make closing brackets easier. I will most definitely leave it up to you, the reader, to judge whether the code looks simpler to you, but the author has a reason for this, which he unveils at the end of the article. Most interesting is the fact that the author provides a modified version of Clojure that uses this new syntax! (or a patch if that is your thing)