Here's my stab at it: https://gist.github.com/976020 I think the biggest advantage of Clojure over Java for code like this is how easy it is to use lazy sequences and higher-order functions. In this example there isn't…
Here's my stab at it: https://gist.github.com/976020 I think the biggest advantage of Clojure over Java for code like this is how easy it is to use lazy sequences and higher-order functions. In this example there isn't…