When an expression in collection position in `x/for` is a collection literal with less than 4 items (or tagged with `^:unroll`) then the collection is not allocated and the reduction over it is unrolled.
8 lines
384 B
Clojure
8 lines
384 B
Clojure
(defproject net.cgrand/xforms "0.9.5"
|
|
:description "Extra transducers for Clojure"
|
|
:url "https://github.com/cgrand/xforms"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
|
[org.clojure/clojurescript "1.9.293"]
|
|
[net.cgrand/macrovich "0.2.0"]])
|