Skip to content

Instantly share code, notes, and snippets.

Created February 17, 2011 23:42
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/832985 to your computer and use it in GitHub Desktop.
Save anonymous/832985 to your computer and use it in GitHub Desktop.
<amalloy> (meta #'use)
<sexpbot> ⟹ {:ns #<Namespace clojure.core>, :name use, :file
"clojure/core.clj", :line 4871, :arglists ([& args]), :added "1.0",
:doc "Like 'require, but also refers to each lib's namespace using\n
clojure.core/refer. Use :use in the ns macro in preference to
calling\n this directly.\n\n 'use accepts additional options in
libspecs: :exclude, :only, :rename.\n The arguments and semantics for
:exclude, :only, and :rename are the same\n as those documented for
clojure.core/refer."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment