• How should Clojure applications be structured? (here, via @cemerick) -- That is a very good question.
  • Counterclockwise (clojure eclipse plugin) 0.2.0 RC4 out ! Help us, test it and give feedback! (here, via @petitlaurent) -- And what happened to RC2 and RC3 you ask? Well, sorry to say this, but they didn't make it... but RC4 did, so it is time for you to give it a try! Completion at the REPL, more structural edits and a more reliable editor are amongst the new features.
  • My first blog this year. About #Clojure protocols (here, via @mauritsrijk) -- This article contains some code to list the protocols that a datatype implements.
  • enumeration-seq is a handy lil function in clojure core to know about. turns any Enumeration into a seq (here, via @alandipert) -- Argh! I could have used this one a few weeks ago!