←back to thread

535 points raddad | 1 comments | | HN request time: 0.22s | source
Show context
typon ◴[] No.11389194[source]
This might be the most exciting news I've heard in a long time. Being able to use Visual Studio and .NET for web development while using zsh and all the other Linux tools? Dreamland.
replies(3): >>11389261 #>>11389399 #>>11389628 #
Karunamon ◴[] No.11389399[source]
Serious, non-snarky question:

What does this give you that you would not already have with cygwin? The latter installs .exe versions of the usual command line utils, and I'm almost certain ZSH and the others you speak of are included.

I do not understand the practical implications of this move by Canonical/MS other than PR - what's actually changing from a user/dev standpoint?

replies(4): >>11389536 #>>11389555 #>>11389929 #>>11391019 #
metafex ◴[] No.11389555[source]
Cygwin is and always will be only an emulation-layer, never the real deal. For most day-to-day things it works perfectly, but when you run into some corner-case, most of the time you are out of luck.

My only real problem with Cygwin is, that it misses a command-line package manager. If they could adopt pacman for package management like MSYS2 does, I'd be a happy camper.

edit: To deploy Cygwin based applications you need to get a commercial license from RedHat (if it's not FOSS). Which could be a deal-breaker.

replies(4): >>11389592 #>>11389811 #>>11390496 #>>11390620 #
1. emodendroket ◴[] No.11390620[source]
I've always used apt-cyg to install things, which works OK.