![]() |
![]()
| ![]() |
![]()
NAMEclj, clojure - runners to launch Clojure programs SYNOPSISclj [clj-opts] [-Aaliases]
DESCRIPTIONThe clojure tool is a runner for Clojure programs. clj is a wrapper for clojure that uses rlwrap to provide a better interactive experience. Users will typically run clj. EXAMPLESYou can launch a Clojure REPL by running clj. See the Deps and CLI Guide below for more complex usage. OPTIONSThe clj and clojure scripts can take three types of options, as shown in the synopsis. clj-opts are used to build the java-opts and classpath. init-opts refer to Clojure code to execute. main-opts are options to clojure.main. clj-opts
init-opts
main-opts
CONFIGURATIONThis script reads configuration from deps.edn files. It will check against deps.edn files in the system root location, the user configuration directory (usually ~/.clojure), and the local directory. Files in each of these locations, if they exist, are merged to form one combined configuration file. The last specified configuration file's options overwrites any earlier files (e.g. local configs take priority). SEE ALSO
BUGSFile issues at https://ask.clojure.org under category Libs / tools.deps. AUTHORSclojure and clj are maintained by Alex Miller <alex.miller@cognitect.com>. This man page was written by Elana Hashman <ehashman@debian.org>. COPYRIGHTCopyright © Rich Hickey, Alex Miller and contributors. Distributed under the Eclipse Public License 1.0, the same as Clojure.
|