user=> ((-> "first" symbol resolve) [1 2 3]) 1
;; See also http://clojure.org/namespaces for information on namespaces in Clojure and how to inspect and manipulate them
Returns the var or Class to which a symbol will be resolved in the
(defn resolve "same as (ns-resolve *ns* symbol)" {:added "1.0"} [sym] (ns-resolve *ns* sym))
Comments top
No comments for resolve. Log in to add a comment.