• MaxMSP and Clojure - together at last! as groundwork for our workshop at Cycling '74 Expo (here and here, via @cassieldotcom) -- This one goes close to my heart. Max/MSP is a platform for creating all kind of musical, visual, sensorial and kinetic performances. There are no limits to what you can do with it right now, but with Clojure, I bet you'll do even more! The author will be putting together a workshop on this too.
  • Building generic wrappers in clojure (here, via @pyr) -- This article explains how wrappers like the ones found in Ring came to be and why they are so flexible.
  • "We are programmed just to do... Clojure code that's on a queue." (here, via @technomancy) -- "Die roboter" is a world domination plan using robots that execute, on many remote machines, clojure code sent by their overlord. Or something like that. See them in action here (Note: the tweet's author provided a link that didn't work, so I put one myself, which I think will show more or less the same)
  • You can now request FPish author invites - http://fpish.net/ #fsharp #scala #clojure #ml #ocaml #lisp #erlang #haskell #functional (here, via @fpishnet) -- "FPhish (ponounced as "fish") is a community-driven repository of functional programming events and learning material", and they're just starting.
  • Brand new, high performance, clojure based twitter api --now all your tweets are belong to us! ! ! (here, via @clojure_mexico) -- Except the ones that mention "clojure": those belong to me, muahahah! This new twitter client leverages @neotyk's async http client library.
  • Hi guys, I made a Haskell to Clojure translator. Check it out :D (here, via @reddit_haskell) -- Interesting that you would do this. (NOTE: The link accompanying the tweet is broken, so I supplied one of my own. I hope is correct). A quick glance to the tests makes it look like there is some ground covered.
  • Configuring logging for Clojure applications (here, via @yueliufeeds) -- This article explains some of the cool performance features of clojure.tools.logging and introduces a new library --clj-logging-config-- that allows you to configure your loggers dynamically. This library currently deals with log4j and  j.u.logging,  and provides an abstraction over the two of them that makes configuring your logging infrastructure a piece of (clojure) cake.
  • Porting the Hiccup #clojure HTML generation library to #clojurescript (here, via @teropa) -- This library is hiccup's counterpart for ClojureScript, and it lets you create HTML directly on the browser itself, with the idea of providing a more clojuresque alternative to Closure Templates. (Word has it that there is also another effort in a similar direction by Noir's author @ibdknox UPDATE: I guess it is public now?)