Comment on Thrush in ClojureparentComments−mcodik16yDont think so-- Clojure's map and filter return lazy sequences, so this code likely only iterates once (in the +).http://richhickey.github.com/clojure/clojure.core-api.html#c...
Comments
Dont think so-- Clojure's map and filter return lazy sequences, so this code likely only iterates once (in the +).
http://richhickey.github.com/clojure/clojure.core-api.html#c...