ClojureDocs

导航

命名空间

别名

clojure.core

1.0 版中提供 (源代码)
  • (alias alias namespace-sym)
Add an alias in the current namespace to another
namespace. Arguments are two symbols: the alias to be used, and
the symbolic name of the target namespace. Use :as in the ns macro in preference
to calling this directly.