Live data from Hacker News

Please – A Cross-Language Build System

please.build

1–10 of 122 posts

Re: Please – A Cross-Language Build System

#6

Cross language but not cross platform -- no windows support, and none planned.

waf continues to be the underappreciated gem in this space: high level build language supporting many languages and tools, cross platform, implemented and extensible in Python, nothing to install (except Python), and fast.

Re: Please – A Cross-Language Build System

#8

this looks very interesting! Has anyone used it before?

well I tried but they dont have samples so I gave up, no point in spending hours in reading docs and setting up something for a build system that may be useless. It also seemed suspiciously identical to bazel with really no features that may be special in any way? I mean really, why use this and not just bazel. The webpage doesnt even say

Re: Please – A Cross-Language Build System

#10

Cross language but not cross platform -- no windows support, and none planned.

MS Windows: That’s why we can’t have nice things.

Solution: don’t invite the village idiot of OS’s to the party :-)

Windows is why we can’t just use “Make”, and ended up with abominations like “Ant” :-(

Post reply on HN