• Overtone is a #Clojure based musical generation and manipulation system for live-coding and more (here, via @8quashes) -- Wraps Super Collider
  • Looking forward to the #clojure namespace management overhaul (here, via @RickMoynihan) -- There are a few proposals out there to tidy up a little bit the namespace management. :use is considered harmful as it imports by default all the symbols in the imported package. Here are discussed some of the proposed solutions.
  • Software Transactional Memory in JRuby using Cloby (here, via @sai_venkat) -- This is about using Cloby (by @headius, of JRuby fame) that allows using Clojure's STM in Ruby.
  • Byte-spec: a declarative DSL for reading and writing binary file formats in #Clojure (here, via @8quashes) -- Load and parse binary files the functional way.
  • 2nd draft of new #Clojure test framework (here, via @stuartsierra) -- Stuart Sierra is working on a new testing framework for clojure. This new version is targeted at Clojure 1.2 as it uses some if its new features.
  • Writeup about my #clojure RPG so far (with video) (here, via @BrianCarper) -- Great post about Brian's experiences in writing this RPG game in Clojure. It covers concurrency, OpenGL and making things move smoothly. If there is anything that summarizes this post for me is the following: "Clojure is a mostly functional language, in the sense of strongly discouraging unnecessary use of mutable state, and this program is no different"
  • Applescript with Clojure (here, via @bubbl) -- Title says it all.  Now you can control your iTunes from Clojure (that is, if you own a Mac)
  • Some reflections on my first few weeks of heavy Clojure usage (here, via @puredanger) -- Looks like we have another convert :) Main point? Can go from thoughts to code without having to create boilerplate code.
  • creating a simple game in #clojure (here, via @ztellman) -- Yet another game, this time using Penumbra to create the OpenGL code. The article is from the author of Penumbra himself. This article describes the design of this Asteroids game in Clojure. A very nice read![vimeo 9629431]
  • Notes on upcoming #compojure 0.4 (here, via @wmacgyver) -- Summary: More reliance on Ring for all things HTTP (some features have been crossported from Compojure to Ring), some of the libraries (HTML, routing) have been pulled from Compojure into their own libraries, and a change of syntax in how Servlet data is obtained.
  • join me... in the *future* (starting to build the pieces for a Clojure enterprise CMS) (here, via @acfoltzer) -- A wrapper to JCR-283: Java Content Repository.