An assorted collection of tutorials, guides, and other documentation (by various authors) for the Clojure programming language and its ecosystem. Read the guides online. CDS (Clojure Documentation ...
Download [clojure](https://clojure.org/guides/getting_started) and [leiningen](https://leiningen.org/) to your platform and start a leiningen repl in a terminal by ...
Finding the version of Clojure you are using is as simple as executing one of the following commands inside the Clojure REPL, which you can enter by running clojure: # clojure Clojure 1.8.0 user=> ...