• I'm broken beyond repair: I wanted to start a blog, but I'm now writing a blog generation library in Clojure (via @paraseba) -- It happens, it happens...
  • Interview with @LauJensen: ClojureQL 1.0.0 Beta 'totally different in every regard' (here, via @JAXenterCOM) -- Nice! Clojure getting more exposure via @LauJensen and ClojureQL.
  • Make Emacs and clojure-mode indent your own macros and forms like `defn` (here, via @learnclojure) -- That's a neat trick. This way, Emacs will treat your macros as some of the clojure special forms when performing automatic indentation. I have been wanting this for quite long myself :)
  • Analysis of the #LessAmbitiousMovies Twitter Meme (here, via @planetclojure) -- So if you're on twitter you might have noticed an annoying (at least to me) meme spreading fast (and dying quite fast too, to my enjoyment) in which people tweeted toned down movie titles. This study, done with Clojure and Cascalog, only took 2 hours to put together and it tracks 25TB in social data. Not bad, not bad.
  • Clojure for module development in Google Guice? Weird? (here, via @ jaceklaskowski) -- Guice is a dependency-injection framework developed by google. Why you'd want to use that with clojure, I do not know...
  • Lisp (including Clojure) is finally an A grade language on the TIOBE index for 2010. 2011 will be even better. (here, via @ghoseb) -- Up and up! .... er, what? Still behind Delphy?!
  • How to build a Social Media Site using Enlive/Moustache/ClojureQL (here, via @LauJensen) -- This is a quite detailed article about building a non-trivial site with the mentioned tools. If you are building or planning on building a website in clojure this is a good place to start reading.