ns-name

added
1.0

ns
clojure.core

type
function

(ns-name ns)

Returns the name of the namespace, a symbol.

                ;; get the namespace name as a symbol
(ns-name (the-ns 'user))
;;=> user