Clojorful Adventures

from blog Asylum Archives, | ↗ original
Earlier, on my work blog I mused about a simple Clojure function, that trims a string at word boundaries (more or less), and compared it to Haskell and Python code. Today, I will revisit the same code here, and fix a little bug in it. For reference, here's how the original Clojure function looked like: (defn...