Hacker News new | ask | show | jobs
by seancorfield 2312 days ago
On macOS: brew install clojure

Linux can use brew as well, or just download an installer shell script and run it.

Windows can use an (alpha) installer for Powershell or use Scoop via this bucket https://github.com/littleli/scoop-clojure

That's for the official CLI that works with deps.edn files for dependencies.

You can also download Leiningen -- a single shell script (macOS/Linux) or batch script (Windows).

If you use brew/scoop, I don't think you even need a JVM installed as they will do that automatically.