• I'm working on a #clojure highlight plugin for Visual Studio 2010 IDE (screenshot, via @diullei) -- Looking good!
  • This tells a story (here, via @vsbuffalo) -- Wow... that's... going to make some devs quite upset.
  • The fact that we spend so much time talking about #clojure's build systems is a sign of a problem. Building should be transparent & boring. (via @briancarper) -- I don't know why you say that...
    • Software is like Russian dolls: Cake is a Clojure build tool which wraps Leiningen, which wraps Maven, which wraps Ant... (via @kevin_noonan) -- oh, now I get it!
  • Another Testing Framework - Expectations (here, via @AgileCarnival) -- A different take at unit testing in Clojure. It has some differentiating features, like trimmed stacktraces, support for concise java object testing and other smarts. Check it out.