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.
2021-01-16T10:14:05.000800Z

I write a small tips on how to install clj cli on windows here: http://kimi.im/2021-01-16-clj-cli-on-windows

👍 2
🎉 2
borkdude 2021-01-16T10:23:32.002600Z

@kimi.im Thanks for sharing. There are also ways to get this without mintty.exe. The official but experimental / alpha way is to use a Powershell script. An unofficial community contributed way is to download deps.exe: https://github.com/borkdude/deps.clj This is also bundled with bb.exe (babashka) as bb.exe --clojure <CLI opts>. These work inside cmd.exe and also work well when shelling out from other programs, unlike the Powershell solution.

👍 2
2021-01-16T10:31:08.004500Z

I will have a try. As I use Cygwin port of emacs on windows, so the directly way to use reps is install the Linux bash version.

👍 2