bazel
Created: Dec 12, 2020 by Pradeep Gowda. Tagged: build, make
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).