• Handy #Clojure snippet for apply-ing Java methods (here, via @citizen428) -- A rather old snippet from Rich Hickey himself that makes it easy to apply Java methods to objects.
  • Whew, new blog post about my library: Natural Language Processing in #Clojure with clojure-opennlp (here, via @thnetos) -- Grab a text, break it into sentences, parse the words and tag them. It's that easy! Work in progress...
  • @hugoduncan 's criterium is a pretty sweet start toward a fantastic benchmarking suite for clojure (here, via @bradfordcross) -- "Criterium measures the computation time of an expression. It is designed to address some of the pitfalls of benchmarking, and benchmarking on the JVM in particular."
  • Wow! Latest Linux Journal has #clojure on cover & Rich Hickey interview! (here, via @sfraser) [caption id="attachment_732" align="alignnone" width="200" caption="Clojure featured in Issue 192 of Linux Journal"]Clojure featured in Issue 192 of Linux Journal[/caption]
  • Analyzing Word Frequencies with #Clojure, #Enlive and #Incanter by Ethan Fast (here, via @liebke) -- Uses enlive to scrape a web page, count the words and show their frequencies graphically with Incanter.
  • Discussing IoC in #clojure for our #Java friends (here, via @fulldisclojure) -- This episode of Full Disclojure's video series is very focused on Java developers who are interested in Clojure. It shows how easily one can do in Clojure what is known as Inversion of Control in the Java's world(and other imperative languages too).
  • another html library emerges for #clojure benchmarks; that makes 3 (here, via @wmacgyver) -- Hiccup is the HTML generation library that James Reeves is extracting from Compojure. In this code snippet it shows that this library is very fast, close in speed to simple string concatenation.