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.
defa 2019-12-20T06:26:45.010500Z

@ales.najmann @borkdude @sogaiu Thanks for all the hints. scoop works great, good work on the clr-scoop, @ales.najmann!

2
borkdude 2019-12-20T15:27:37.011200Z

what are the experiences with wsl / wsl2 - is that used a lot nowadays? is it worth waiting for wsl2 or is wsl already pretty usable?

littleli 2019-12-20T17:03:31.011400Z

I believe it is fairly popular (some) among developers. It is definitely the cheapest option to run Linux software. It has nice integration with OS and it works even on Windows Home edition, where support for Hyper-V is not present.

borkdude 2019-12-20T17:08:18.011600Z

^ @sogaiu

2019-12-20T17:14:55.011800Z

tnx

seancorfield 2019-12-20T18:43:55.012Z

I've used WSL heavily since the very early prerelease days (when you couldn't run Java on it!). It's "slow" but it works beautifully.

seancorfield 2019-12-20T18:44:57.012200Z

The Windows/WSL integration is really slick. I accidentally ran scoop update clojure in Ubuntu and it happily updated my Windows Powershell install of clojure.

seancorfield 2019-12-20T18:46:39.012400Z

WSL2 runs as a full virtual system with a very thin VM shim (if you have the necessary features available on your system -- I have an old Windows Home setup on my laptop and an already virtualized Windows Pro setup on my iMac and I can't enable the VM features on either machine, so I'm stuck with WSL1).

2019-12-20T19:31:45.012600Z

i haven't been able to determine clearly whether wsl2 will practically work inside, say, a virtualbox windows 10 guest os. the wsl2 faq gives the impression that wsl2 might be able to run inside a guest os, but iiuc searches leading to virtualbox forums seem to suggest it would be way too slow at this point.