Skip to content

Instantly share code, notes, and snippets.

Created March 24, 2011 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/885030 to your computer and use it in GitHub Desktop.
Save anonymous/885030 to your computer and use it in GitHub Desktop.
<clgv> (find-doc "ns-")
<sexpbot> ⟹ ------------------------- clojure.contrib.logging/commons-logging
([]) Defines the commons-logging-based implementations of the core
logging functions. End-users should never need to call this.
------------------------- clojure.core/ns-aliases ([ns]) Returns a
map of the aliases for the namespace. -------------------------
clojure.core/ns-imports ([ns]) Returns a map of the import mappings
for the namespace. ------------------------- clojure.core/ns-interns
([ns]) Returns a map of the intern mappings for the namespace.
------------------------- clojure.core/ns-map ([ns]) Returns a map
of all the mappings for the namespace. -------------------------
clojure.core/ns-name ([ns]) Returns the name of the namespace, a
symbol. ------------------------- clojure.core/ns-publics ([ns])
Returns a map of the public intern mappings for the namespace.
------------------------- clojure.core/ns-refers ([ns]) Returns a
map of the refer mappings for the namespace. -------------------------
clojure.core/ns-resolve ([ns sym]) Returns the var or Class to which
a symbol will be resolved in the namespace, else nil. Note that if
the symbol is fully qualified, the var/Class to which it resolves
need not be present in the namespace. -------------------------
clojure.core/ns-unalias ([ns sym]) Removes the alias for the symbol
from the namespace. ------------------------- clojure.core/ns-unmap
([ns sym]) Removes the mappings for the symbol from the namespace.
------------------------- clojure.core/resolve ([sym]) same as
(ns-resolve *ns* symbol) nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment