A curated collection of answers that Rich gave throughout the history of Clojure - rich-already-answered-that.md| Gist
Most sequence functions included in Clojure have an arity that produces a transducer. This arity omits the input collection; the inputs will be supplied by the process applying the transducer. Note: this reduced arity is not currying or partial application.| clojure.org