• @unclebobmartin 'Looks for Clojure at NDC' (here, via @Sageniuz) -- I have to confess I haven't listened to this podcast, but it looks as if Bob Martin was pushing Clojure to .NET fans (well, I assume they are if they listen to ".NET rocks!"). By the way, NDC stands for Norwegian Developers Conference
  • I became inspired to write a #clojure #enlive tutorial. 2 parts drafted. Worth continuing? (here, via @marick) -- In short: go on please. Enlive is a HTML templating system for Clojure that uses CSS-style selectors and has a very functional feel to it.
  • Writing Elegant Clojure Code Using Higher-Order Functions (here, via @ maclausen) -- If you come from languages like Haskell or ML this will not surprise you, otherwise, I'd recommend this article that shows the benefits of writing code using Higher Order Functions, especially the functions that generate functions.
  • Processing large files with Clojure (here, via @yueliufeeds) -- This is a very interesting article. When you want to process files that might be larger than your available RAM, then your approach needs to change. This article shows how to process very large files in Clojure.