• cake autotest now has Growl notifications for broken tests! (here, via @ninjudd) -- Cake's autotest runs your tests in the background, while you're changing the code. Now it'll be able to punish you every time you break the code by populating your screen with Growl notifications.
  • Strata Gems: Clojure is a language for data (here, via @X07Brainiac) -- This article From OReilly Radar focuses on one of the main uses of Clojure: Data Science. From Cascalog to Pallet, clojure has been infiltrating this field quite successfully with its tight integration with Java and the fact that Code is Data(tm).
  • Released Terrastore Clojure Client 0.4.0 (github and clojars, via @sbtourist) -- Terrastore is a document repository built on top of Terracotta's JVM clustering technology.
  • Clamq 0.1 is out (github and clojars, via @sbtourist) -- "Clojure adapter for interacting with JMS brokers, providing simple APIs to connect to brokers and sending/consuming messages to/from message queues and topics." Currently supports ActiveMQ
  • Just got a Clojure REPL in the Maxine JVM. (via @jimduey) -- Interesting... tell us more please!