I write a small tips on how to install clj cli on windows here: http://kimi.im/2021-01-16-clj-cli-on-windows
@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.
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.