Simple and Concise (defn blank? [s] (every? #(Character/isWhitespace %) s)) Source: Programming Clojure by Stuart Halloway (Pragmatic Programmers, 2009)
You need flash player to view this online publication