A collection of arrow macros. Usage Installation http://clojars.org/swiss-arrows Getting Started (ns example.core (:require [swiss.arrows :refer :all])) Overview – , -> The Diamond Wand, Diamond Spear some- , some-> The Nil-shortcutting Diamond Wand apply-> , apply->> Applicative arrows (WIP) -!> , -!>> , -! Non-updating Arrows (- 2 (* 5) (vector 1 2 3 4)) =>…
