For what it is worth, I had a pleasant experience experimenting with @borkdude’s https://github.com/borkdude/deps.clj (using its deps.exe
) when setting up testing of rewrite-cljc on GitHub Actions on Windows. https://github.com/lread/rewrite-cljc-playground/blob/c75cab69b5d48bd87dc1c3e14ce85b07034346ef/.github/workflows/unit-test.yml#L83`deps.exe`https://github.com/lread/rewrite-cljc-playground/blob/9b0cce953df705115c1fc6d4f488a0b3293cecad/.github/workflows/unit-test.yml#L83`clojure.exe`. I did initially try installing the official https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows, but GitHub Actions did not see the module, so I gave up, admittedly, rather quickly. Using a renamed deps.clj allowed me the luxury of calling clojure
easily from any shell.