Created: 2024-01-12T17:57:16-06:00
please.build is a Bazel inspired build system. It uses a variation of a language called Starlark to define inputs, outputs, and build rules, and then runs those in a sandboxed environment. The sandbox does what are called "hermetic builds" where every tool run is isolated and only has access to files specified in the build rules.
Comments on third generation build systems
Comparison of please with xmake