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.
2020-09-08T05:10:45.017900Z

Didn't know about this slack

seancorfield 2020-09-08T05:29:38.019900Z

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.

seancorfield 2020-09-08T05:29:59.020400Z

(there's only 18 people in that channel tho')

2020-09-08T05:41:54.021300Z

Oh I see, by the way, for clojure CLI, I find https://github.com/borkdude/deps.clj has been the best for me

seancorfield 2020-09-08T05:50:56.021900Z

I have stayed with the official Linux version on WSL.

seancorfield 2020-09-08T05:51:12.022300Z

I'm running 1.10.1.672 everywhere right now (the latest prerelease).

seancorfield 2020-09-08T05:52:13.023Z

The Powershell version via Scoop tracks the prerelease stream fairly closely but it's only on 1.10.1.641 at the moment.

littleli 2020-09-08T16:07:27.030400Z

I'll do the update to the latest version later today (CET).

1
littleli 2020-09-08T19:21:36.030800Z

Done

2020-09-08T06:53:32.023600Z

Ok, have to say, pretty imprest with WSL 2

2020-09-08T06:54:18.024300Z

Also with the new Windows Terminal, finally an ok terminal for windows!!

borkdude 2020-09-08T07:09:14.024600Z

@didibus Check out https://www.wslconf.dev/ later this week

2020-09-10T01:35:24.048900Z

Oh neat! Will give it a go

2020-09-08T07:52:46.024900Z

interesting, will do

lread 2020-09-08T11:00:13.030200Z

@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