• For those who prefer their regexes verbose: a #Clojure notation/DSL for regexes. (here, via @cgrand) -- Words are failing me right now. It could be powerful though.
  • Yes, Clojure has regular old locks (see the 'locking' fn). They're often not appropriate, but when they are, don't be afraid to use them. (via @cemerick) -- Yeah, and on the same note, you can also use all the Java concurrency primitives if that's your thing.
  • #clojure 1.3 alpha 1 (here, via @stuarthalloway) -- So the first alpha cut of the master branch of Clojure is here. If you like being in the bleeding edge, but not really, then instead of tracking master you can use these alpha cuts. Please do, and provide feedback. Cool new features are: awesome primitive types support (very fast) and better exception reporting.
  • SLIME for TextMate (sorta, Clojure)(here, via @HNComments) -- A bunch of clojure hackers have put together the foundations for SLIME-like clojure support for TextMate, the OSX code editor that all the rubyists love. It heavily relies on cake in the background. Cool project, especially if you never managed to get the Emacs/SLIME combo to work. More info here.