Hacker News new | ask | show | jobs
by hyperhopper 3977 days ago
Make doesn't work on windows. Its not cross platform, while Node, and all technologies built on top of it, are.
1 comments

It's still not cross platform. Changes made to the Makefile under one OS might break easily under the other OS's.
In that case Node isn't cross platform either, I can easily write valid NodeJS code that doesn't work on Windows.