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