Public Vars

Back

create-ns (clj)

(source)

function

(create-ns sym)
Create a new namespace named by the symbol if one doesn't already exist, returns it or the already-existing namespace of the same name.

Examples