• ClojureCheck is back. QuickCheck for #clojure (here, via @kotarak) -- A specification-based testing library for Clojure that is somewhat based on Haskell's QuickCheck. It provides facilities to easily generate random test data in order use it to "prove" certain properties of the code under test. This article explains very well why such library is needed and how it works.
  • Asking for feedback on syntax for mocking #clojure protocols using Atticus (here, via @objcmdo) -- The author added support for protocols in the recently released mocking library Atticus and now wants to hear from you.
  • Aff to @uberconf to do a full day of #clojure tutorials! (slides here, labs here, via @stuarthalloway) -- Priceless slides.
  • My take on relational mapping in #Clojure (here, via @brentonashworth) -- "Carte is an attempt to bring simple relational mapping to Clojure. It is also an attempt to do relational mapping in a way that complements Clojure." This article explains how Carte works, from model definition to querying the model.