user=> (def x "Foobar") #'user/x user=> (namespace 'user/x) "user"
Sets *ns* to the namespace named by name (unevaluated), creating it
(defn namespace "Returns the namespace String of a symbol or keyword, or nil if not present." {:tag String :added "1.0" :static true} [^clojure.lang.Named x] (. x (getNamespace)))
Comments top
No comments for namespace. Log in to add a comment.