• Very handy #clojure file utils lib. Thanks @xcombinator! (here, via @bmabey) -- "Unix-like filesystem manipulation utilities for Clojure". Pretty cool :)
  • Clojure and TDD for the lazy ones (here, via @edgargoncalves) -- If you use Emacs and your development process relies heavily on unit testing, this article is for you. It provides an series of enhancements to @technomancy's clojure-test-mode to make it easier for you to find test functions and/or create new ones.
  • Clojure's Time/Concurrency Model - A Gentle Critique (here, via @X4s_feeds) -- The critique is based around the complexity of keeping a domain model synchronized, i.e. all the entities reflect the state at the same moment in time (if I understood it well, that is). Also comments on the fact that although with Clojure's concurrency model reads are very cheap (i.e. non-blocking), they're not free.
  • Book Excerpt and Interview: The Joy of Clojure (here, via @infoq) -- "InfoQ readers can also enjoy a 40% off  The Joy of Clojure, by using the code “infoq40” :) Great read.