• #clojure web dev, WAR style using #gradle (here, via @wmacgyver) -- Following Mark McGranahan's recent article about building webapps with Clojure, this article provides a different view: use gradle to build webapps that can be deployed as a WAR file on a standard JEE web server (and using clojuresque and Enlive)
  • Clojure: Destructuring (here, via @AgileCarnival) -- A tutorial on to the powerful feature of destructuring in Clojure.
  • Why do Java programmers love Scala and shy away from Clojure? (here, via @ScalaAtSO) -- I wouldn't want to feed the beast, but I found this discussion somewhat enlightening. Clearly, the programming language world is big enough for people who will never like s-expressions and the ones who will.