[Development] Future of QBS
Konstantin Tokarev
annulen at yandex.ru
Tue Oct 17 11:52:51 CEST 2017
17.10.2017, 05:20, "Kevin Kofler" <kevin.kofler at chello.at>:
> 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.
Python interpreter is C program, so you don't even need C++ compiler
to build it.
Though Lua is certainly nicer in this aspect, as it's much smaller and can
be easily shipped as a part of build tool itself.
>
> Kevin Kofler
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
--
Regards,
Konstantin
More information about the Development
mailing list