aphyr / tesser

Clojure reducers, but for parallel execution: locally and on distributed systems.
871 stars 39 forks source link

Fix for Clojure 1.7.0 #8

Closed ghadishayban closed 9 years ago

ghadishayban commented 9 years ago

iterator-seq semantics changed a tiny bit. See http://dev.clojure.org/jira/browse/CLJ-1738

Approach: Turn mutable iterator into a value eagerly

aphyr commented 9 years ago

YES YES YES thank you