ClojureDocs

Nav

Namespaces

loop

clojure.core

Available since 1.0 (source)
  • (loop [bindings*] exprs*)
Evaluates the exprs in a lexical context in which the symbols in
the binding-forms are bound to their respective init-exprs or parts
therein. Acts as a recur target.