Symbol Resolution
4Returns the namespace named by the symbol or nil if it doesn't exist.
functionclojure.core
Returns the var or Class to which a symbol will be resolved in the namespace (unless found in the environment), else n...
functionclojure.core
same as (ns-resolve *ns* symbol) or (ns-resolve *ns* &env symbol)
functionclojure.core
If passed a namespace, returns it. Else, when passed a symbol, returns the namespace named by it, throwing an exceptio...
functionclojure.core