Returns the global var named by the namespace-qualified symbol, or
nil if no var with that name.
(defn find-var
"Returns the global var named by the namespace-qualified symbol, or
nil if no var with that name."
{:added "1.0"
:static true}
[sym] (. clojure.lang.Var (find sym)))
Comments top
No comments for find-var. Log in to add a comment.