Local Bindings
7binding => var-symbol init-expr Creates new bindings for the (already-existing) vars, with the supplied initial val...
macroclojure.core
Macro for binding sci vars. Must be called with a vector of sci dynamic vars to values.
macrosci.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
Macro for building generators using values from other generators. Uses a binding vector with the same syntax as clojur...
macroclojure.test.check.generators
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