PS: Oh, and I forgot:
Konstantin Tokarev wrote:
> [Meson] is written in scripting language
In addition to what I already wrote, this also implies that the scripting
language (Python in this case) interpreter is required to build anything
with it, whereas a build system in C++ such as CMake just works.
Kevin Kofler