;; get the namespace name as string user=> (ns-name (the-ns 'user)) user
(defn ns-name "Returns the name of the namespace, a symbol." {:added "1.0"} [ns] (.getName (the-ns ns)))
Comments top
No comments for ns-name. Log in to add a comment.