Didn't know about this slack
This channel was originally created to help discuss the prerelease versions of the Clojure CLI on cmd/Powershell so it's mostly about that. But there's also #windows for "regular" Windows stuff I guess.
(there's only 18 people in that channel tho')
Oh I see, by the way, for clojure CLI, I find https://github.com/borkdude/deps.clj has been the best for me
I have stayed with the official Linux version on WSL.
I'm running 1.10.1.672 everywhere right now (the latest prerelease).
The Powershell version via Scoop tracks the prerelease stream fairly closely but it's only on 1.10.1.641 at the moment.
I'll do the update to the latest version later today (CET).
Done
Ok, have to say, pretty imprest with WSL 2
Also with the new Windows Terminal, finally an ok terminal for windows!!
@didibus Check out https://www.wslconf.dev/ later this week
Oh neat! Will give it a go
interesting, will do
@didibus I happily use deps.clj with GitHub Actions for Windows. GitHub Actions for Windows was not finding the official Clojure Powershell version and I did not have the patience to figure out why. I even renamed deps.exe to clojure.exe for cross platform compatibility for my scripts. https://github.com/lread/rewrite-cljc-playground/blob/fbcd5de7e1a40b3d90e28e0e62aa5d3351b96a74/.github/workflows/unit-test.yml#L82