Leiningen's build tool
Leiningen is the de facto build tool used for Clojure development. The project's tagline speaks for itself:
For automating Clojure projects without setting your hair on fire.
The Counterclockwise plugin bundles Leiningen as part of its installation, but the bundled version is out of date at the time of writing this book. We, therefore, recommend you to install the latest version manually. We'll show how to configure Counterclockwise so that it can use your Leiningen installation.
Refer to the Leiningen website at http://leiningen.org for more information.
Installing Leiningen
Leiningen's installation procedure is straightforward. In the project's main website, find the Install
section. Here you can download an install script for Linux and macOS and a version for Windows. Place this script in a directory. Follow these steps to run the script:
- In the Command Prompt (Windows) or Terminal (macOS/Linux), change the active directory to the subdirectory where you stored the script...