Live data from Hacker News

Gow – The lightweight alternative to Cygwin

github.com

41–50 of 95 posts

Re: Gow – The lightweight alternative to Cygwin

#41
post #15

We really need to port Homebrew to Windows so that projects like this can be the base, but people can pull in packages on top of it, like a lightweight Cygwin but more Windows'y.

Does porting Homebrew make any more sense than porting something from Linux (for example)? My impression is that the Mac OS ones aren't as good. A package manager really sounds like the sort of project where the incompatibilities between *nix and Windows are large enough that writing a new one would make more sense. I think there are even existing projects like that for Windows; I remember seeing one on HN a while ba…

Are you perhaps thinking about the CoApp project? It's making some decent progess, check out CoApp.org for updates. Last I heard they were in the process of shallow-forking a slew of OSS projects and building them natively in Windows.

Re: Gow – The lightweight alternative to Cygwin

#45
post #32

Cygwin is not perfect, but he's the thing that I prefer over other options. It's unix emulator layer, and as such tries it's best to emulate fork() - which the other alternatives does not even think to put in. VM is not a real alternative, as there is actually more work to be done to plumb source A with tools B from the VM. I don't use cygwin from bash, but rather start it directly from the FAR manager (console based…

Regarding symlinks on Windows:

http://neosmart.net/blog/2006/vista-symlinks-revisited/

And an open source (MIT) binary-compatible implementation of ln for Windows Vista+ using native WIN32 APIs:

http://neosmart.net/blog/2011/open-source-100-compatible-ln-...

disclosure: my site

Re: Gow – The lightweight alternative to Cygwin

#48
I understand why someone wouldn't like to use cygwin, but why new project?

MSYS/mingw-get are active projects that provide a good base to build upon. Why not helping improve it? Unix tools on Windows is niche enough so that choice only leads to fragmentation, not competition.

Re: Gow – The lightweight alternative to Cygwin

#49
post #3

Is there an SSH server for Windows that will work with this?

KpyM seems to do a decent job of providing SSH access to a cmd.exe prompt (and anything you care to run from one). It's free although the provided binaries do an annoying nagware thing on login. I've been using it for SCP access to Windows servers.

http://www.kpym.com/2/kpym/index.htm

Re: Gow – The lightweight alternative to Cygwin

#50

I understand why someone wouldn't like to use cygwin, but why new project? MSYS/mingw-get are active projects that provide a good base to build upon. Why not helping improve it? Unix tools on Windows is niche enough so that choice only leads to fragmentation, not competition.

This is exactly what I also thought when I read the headline. And this becomes even more strange given that they are almost certainly building upon using MinGW.
Post reply on HN