• Clojure - good coding guidelines (here, via @sivajag) -- These are not all the guidelines, but it is a good place to start if you're new to Clojure. As a bonus, if you leave that page open for a while you might be induced to think that your coffee was either too strong or that somebody laced it with some hallucinogen.
  • Clojure 1.3 Alpha 4 (here, via @stuarthalloway) -- Now with global unchecked math support....
  • I'm running Wordpress in Clojure! (via @pepijndevos) -- Whaaa?!?!? Oh. Run Clojure inside FastCGI, along with other popular web languages.
  • How-To - IntelliJ Idea for Clojure/Compojure on Google App Engine (here, via @lucastex_grails) -- A short and sweet article on how to write a simple web app in clojure deployable to Google App Engine, all using IntelliJ IDEA and La Clojure plugin.
  • A clojure introduction in swedish. (here, via @mikaelsundberg) -- No comment; my Swedish knowledge is nil.
  • My experiences consuming the crunchbase api with clojure (here, via @ossareh) -- Clojure resource management is sometimes hard because of clojure's laziness. It is fairly easy to write programs in Clojure that force the runtime to keep large datastructures around, even when you think they've already been garbage collected. This article is a good warning for all you guys new (and not so new) to clojure.