Yesterdays release of deps-clj 0.0.14
means that now there is an easy and stable way to get Clojure running on Windows.
PS C:\Users\Public\calva> iwr -useb <https://raw.githubusercontent.com/borkdude/deps.clj/master/install.ps1> | iex
Downloading...
Extracting...
Installing deps.exe to C:\Users\Peter Strömberg\deps.clj...
Adding ~\deps.clj to your path.
Cleaning up...
Succesfully installed deps.exe.
Restart cmd.exe for changes to the path to take effect.
PS C:\Users\Public\calva> deps
Clojure 1.10.3
user=> "Yay!"
"Yay!"
user=>
Just say’n. 😃 (On this particular machine I just can’t figure out how to get clojure
to work.)And also, now I know of no machine out there, Windows, Linux, Mac, where Calva’s Getting Started REPL doesn’t work. It makes me super happy!
Also with scoop:
PS C:\Users\Public\calva> scoop install deps.clj
Installing 'deps.clj' (0.0.14) [64bit]
deps.clj-0.0.14-windows-amd64.zip (8.4 MB) [==================================================================] 100%
Checking hash of deps.clj-0.0.14-windows-amd64.zip ... ok.
Extracting deps.clj-0.0.14-windows-amd64.zip ... done.
Linking ~\scoop\apps\deps.clj\current => ~\scoop\apps\deps.clj\0.0.14
Creating shim for 'deps'.
'deps.clj' (0.0.14) was installed successfully!
PS C:\Users\Public\calva> deps
Clojure 1.10.3
user=> "Hurray!"
"Hurray!"
user=>
It makes me happy too 👏