ClojureDocs

导航

命名空间

compile

clojure.core

1.0 起可用 (源码)
  • (compile lib)
Compiles the namespace named by the symbol lib into a set of
classfiles. The source for the lib must be in a proper
classpath-relative directory. The output files will go into the
directory specified by *compile-path*, and that directory too must
be in the classpath.