ClojureDocs

Nav

Namespaces

as->

clojure.core

Available since 1.5 (source)
  • (as-> expr name & forms)
Binds name to expr, evaluates the first form in the lexical context
of that binding, then binds name to that result, repeating for each
successive form, returning the result of the last form.