Hello Community,
I’m quit new to Clojure and curious about the question, what would be the ‘right’ or preferred way to install clojure-tools (aka clojure and clj commands) on Windows?
Kindly awaiting pointers, suggestions etc.
Btw. I did already some research with the following outcome:
- it looks like, there at at least 2 options to install clojure-tools in Windows PowerShell
- 1st option: windows PowerShell script win-install.ps1, found here: brew-install/src/main/resources/clojure/install/win-install.ps1 at 1.12.0 · clojure/brew-install · GitHub
- 2nd option: msi installer, found here: https://github.com/casselc/clj-msi/releases/download/v1.12.0.1479/clojure-1.12.0.1479.msi
- clojure.org install guide (Clojure - Install Clojure) points to 2nd and not the 1st option
- would you consider it as vote for option 2, going forward?
- and yes I’m also aware of neil (from borkdude) and WSL … many ways to shave the yak
Thanks, Greg