• Lacij - a graph visualization library for Clojure (here, via @hyone3) -- This is a graph library for clojure that produces SVG drawings. You can use it interactively at the REPL and works at a higher level than traditional SVG libraries. Includes layout managers too.
  • Guide to Programming Clojure For Beginners (here, via @hnfirehose) -- This is a quite extensive intro to clojure, broken into 18 chapters (for now, more to come). Keep it around in case some friend asks you about Clojure.
  • Working with Clojure (here, via @wjlroe) -- The stack trace doesn't fit in that large monitor in portrait mode. Guys, stop breaking your programs into many functions. Put all your code in one function and your stack traces will be shorter.
  • My heart Clojure shirt just came in the mail! (here, via @carinmeier) -- That's cute. Can I get one?
  • Ferret: An Experimental Clojure Compiler (here, via @condotti) -- So what would you do if you like programming Arduino devices but you'd like to have those devices run Clojure? Well, that's irrelevant. What would Nurullah Akkaya do? Write his own Clojure-to-C++ compiler, of course, what a silly question!