ClojureDocs

Nav

Namespaces

import

clojure.core

Available since 1.0 (source)
  • (import & import-symbols-or-lists)
import-list => (package-symbol class-name-symbols*)
 For each name in class-name-symbols, adds a mapping from name to the
class named by package.name to the current namespace. Use :import in the ns
macro in preference to calling this directly.