clj-on-windows

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>bb -e "(:status (curl/get """"))"
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