Skip to main content

with-bindings

macro

clojure.main/with-bindings

Available in:BBCLJ
(with-bindings [& body])
Executes body in the context of thread-local bindings for several vars that often need to be set!: *ns* *warn-on-reflection* *math-context* *print-meta* *print-length* *print-level* *compile-path* *command-line-args* *1 *2 *3 *e

No examples yet. Be the first to add one!