Fork me on GitHub
#clj-on-windows
<
2021-10-06
>
pez15:10:35

Wondering… Having had reasons to use my Windows machine today to fix some Calva issue I again notice that still can’t get the clojure command to work. I use deps.clj instead and that one works great. Does it make sense to replace the current different scripts with deps.clj instead? I think so. Written in Clojure is one good reason. And since there is a fast starting binary available as well, the scripts do not have that advantage either. I know of only one problem still remaining for clj-on-windows using deps.clj and that is an Oracle Java executable bug munging quotes in command line arguments that Oracle has fixed in newer versions. (That problem is shared between the current PS module and deps.clj.)

littleli19:10:35

I'd be glad to help you working on this as I'm regular Windows user. Not using Clojure that frequently, but anyway :)