;; Benchmark: 111ns ;; Benchmark-Repeat: 18551 (do (def f (fn [a] (fn [b] (fn [c] (+ a (+ b c)))))) (assert-eq 42 (((f 10) 12) 20)) )