- I just ran across a good resource for Clojure tools for Semantic Web dev (via @mark_l_watson) -- Quite extensive. Bookmarked!
- Creating a Clojure CLI's (via @capotribu) -- A very approachable article about writing Command Line applications in Clojure.
- Working on a CouchDB type for #Clojure (via @cemeric) -- This is very interesting: trying to make working with CouchDB documents similar to working with Clojure maps.
- multimethod.js - a Clojure-inspired multimethod library for JavaScript (via @hnfirehose) -- At this point, shouldn't you just move on to ClojureScript? In any case, more evidence of how ductile JavaScript is: Scheme in Java disguise.
- awesome use of core.logic by @holy_chao (via @swannodette) -- And an interesting project in itself: "Monotony is a solution to the problem of how to schedule things in a way that humans find intuitive."
- What's List Comprehension and Why is It Harmful? (via @xah_lee) -- They are deemed harmful?!?!? If so, then some of my codes should be considered weapons of mass destruction. The article makes a good point, which is that functional languages already have the primitives to build the functionality.
- The reason why I chose to use Java instead of Scala or Clojure. Why Use Inferior Tools (via @orfjackal) -- See, the main threat to Clojure adoption is not that developers will chose to move to another JVM language, but that they'll decide to stay in Java. Tooling matters, much.
- Writing Elegant Clojure Code Using Higher-Order Functions (via @planetclojure) -- If you are new to Clojure and you wonder why some people are so ga-ga over Higher Order Functions (HOFs) then this is for you. And if you're seasoned, it won't hurt to read it, just in case. If you come from Haskell and the likes, don't bother. An introduction to the use of HOFs in Clojure.
- I've prettied up swank-clojure stack traces a LOT. Here's a taste of what they look like now (via @dmansen) -- Ooooo! Pretty!!!!
- Not-So-Private #Clojure Functions Short and to the point! That's the kind of article I like the most. (via @jaceklaskowski) -- How to get around the 'private' restriction in defn- functions (for testing, of course!)
- Nice post by @schleyfox on testing Storm topologies in Clojure (via @nathanmarz) -- In Storm (the real time, fault-tolerant, distributed computation thingie) you can describe the topology of the setup via Clojure. This article is about testing those topologies. Can you count the level of abstractions over basic coding? Yeah, me neither.
Phew! That was a long post. Keep it up guys!