deps.edn Reference| clojure.org
Expansion inputs:| clojure.org
The CLI is invoked via either clojure or clj. In general, you can treat these interchangeably but clj includes rlwrap for extended keyboard editing, particularly useful with the REPL. This reference uses clj for REPL examples and clojure for non-REPL examples.| clojure.org
2.1 Add libraries for interactive use| clojure.org
The Reader| clojure.org
Install Clojure| clojure.org
As your program gets more involved you might need to create variations on the standard classpath. The Clojure tools supports classpath modifications using aliases, which are parts of the deps file that are only used when the corresponding alias is supplied. Some of the things you can do are:| clojure.org
All information from the old page is now available in those locations, please update your links accordingly.| clojure.org
Most sequence functions included in Clojure have an arity that produces a transducer. This arity omits the input collection; the inputs will be supplied by the process applying the transducer. Note: this reduced arity is not currying or partial application.| clojure.org
Table of Contents| clojure.org
(. instance-expr member-symbol)| clojure.org
Special Forms| clojure.org