Hacker News new | ask | show | jobs
by benreesman 935 days ago
It just really depends on what the startup is doing.

If it’s a bunch of Python with a C++ extension (or mostly JVM or whatever), heavy build stuff is probably overkill.

If you’re in a polyglot environment with mountains of vendored native code targeting multiple cross-compilation targets and need the flags tuned just so?

Then Pants, Bazel, and buck2 all have pros and cons.