bazel
Created:
bazel is a build system from google. it allows you to build large software projects by being fast, supporting multiple programming langauges, handle large codebases and extensible via their extension language.
bazel uses starlark (a python-like, non-turing configuration language).