Global env atom containing a map. Required options:
Global env atom containing a map. Required options: * :namespaces a map from namespace symbol to namespace map, the namespace map contains at least the following keys: ** :mappings a map of mappings of the namespace, symbol to var/class ** :aliases a map of the aliases of the namespace, symbol to symbol ** :ns a symbol representing the namespace
(deref-env)Returns the value of the current global env if bound, otherwise throws an exception.
Returns the value of the current global env if bound, otherwise throws an exception.
(ensure env & body)If env is not bound it binds it to env before executing the body
If *env* is not bound it binds it to env before executing the body
(with-env env & body)Binds the global env to env, then executes the body
Binds the global env to env, then executes the body
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |