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.
borkdude 2020-04-10T10:26:31.002400Z

Who'da thought: just tried bb 0.0.81 on Windows 10 and babashka.curl worked out of the box!

C:\Users\borkdude\Downloads&gt;bb -e "(:status (curl/get ""<https://www.clojure.org>""))"
200
I didn't even know Windows shipped with curl these days. It's at C:\Windows\System32\curl.exe but maybe that specific to the image that Microsoft makes available for testing IE.

borkdude 2020-04-10T10:28:44.002800Z

Ah, thanks for mentioning this @sogaiu: https://techcommunity.microsoft.com/t5/containers/tar-and-curl-come-to-windows/ba-p/382409

3👍