Official site: https://www.clojure.org/index
brew install openjdk clojureLinux instructions: https://www.clojure.org/guides/install_clojure#_linux_instructions
-
Run the Clojure REPL and print hello (ctrl+d to quit).
clj user=> (println "Hello!")
To create a project, setup one of these:
- Clojure Deps/Tools - Newer/more minimal, officially supported by the Clojure team.
- Lein - Traditional/batteries included project automation from the community.