Local Bindings
5binding => var-symbol init-expr Creates new bindings for the (already-existing) vars, with the supplied initial val...
macroclojure.core
bindings => binding-form test If test is true, evaluates then with binding-form bound to the value of test, if not...
macroclojure.core
binding => binding-form init-expr binding-form => name, or destructuring-form destructuring-form => map-destructure-...
macroclojure.core
bindings => binding-form test When test is true, evaluates body with binding-form bound to the value of test
macroclojure.core
varbinding=> symbol init-expr Executes the exprs in a context in which the symbols are bound to vars with per-threa...
macroclojure.core