Since this is a polyglot monorepo, our options become limited but no worries:
- we can rawdog shell scripts & make: good option but multi platform developing would be the pain in the ass
- pants v2: py first but can handle other ones too
- turborepo: too focused on js, but i got great bg on this
- moonrepo: newer player but polyglot from its heart, can check it out
- buck2: metas bazel killer afaik, just heard of it nowadays
- just: imo it was makefile for crossplatform, it was called justfile
- bazel: really complex, no need
Since this is a polyglot monorepo, our options become limited but no worries: