To get started with Clojure , you need a few core components: the , the Clojure CLI tools , and an editor that supports interactive development. 1. Prerequisite: Java Development Kit (JDK)
The official is the modern standard for managing dependencies, running a REPL, and executing programs. macOS The most common way to install on macOS is via Homebrew : brew install clojure/tools/clojure Use code with caution. This adds the clj and clojure commands to your system. Windows clojure tools download
Clojure runs on the Java Virtual Machine (JVM), so a JDK is required before you can install Clojure itself. To get started with Clojure , you need