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…
Gow – The lightweight alternative to Cygwin
41–50 of 95 posts
Re: Gow – The lightweight alternative to Cygwin
#42Re: Gow – The lightweight alternative to Cygwin
#43Oh, heretics! How dare they leave ed out of the list [1]? [1] https://github.com/bmatzelle/gow/wiki/executables_list
william@aldebaran ~ $ ed
bash: ed: command not foundRe: Gow – The lightweight alternative to Cygwin
#44Re: Gow – The lightweight alternative to Cygwin
#45Cygwin 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…
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
#46Re: Gow – The lightweight alternative to Cygwin
#47Oh, heretics! How dare they leave ed out of the list [1]? [1] https://github.com/bmatzelle/gow/wiki/executables_list
william@aldebaran ~ $ ed bash: ed: command not found
Re: Gow – The lightweight alternative to Cygwin
#48MSYS/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
#49Is there an SSH server for Windows that will work with this?
Re: Gow – The lightweight alternative to Cygwin
#50I 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.