clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
pez 2021-04-17T07:18:05.258200Z

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&gt; 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&gt; deps
Clojure 1.10.3
user=&gt; "Yay!"
"Yay!"
user=&gt;
Just say’n. 😃 (On this particular machine I just can’t figure out how to get clojure to work.)

👍 1
pez 2021-04-17T07:19:45.258300Z

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!

pez 2021-04-17T07:24:16.258900Z

Also with scoop:

PS C:\Users\Public\calva&gt; 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 =&gt; ~\scoop\apps\deps.clj\0.0.14
Creating shim for 'deps'.
'deps.clj' (0.0.14) was installed successfully!
PS C:\Users\Public\calva&gt; deps
Clojure 1.10.3
user=&gt; "Hurray!"
"Hurray!"
user=&gt;

littleli 2021-04-17T07:34:11.259Z

It makes me happy too 👏

❤️ 1