> On 22 Mar 2026, at 22:41, Marc Schink <[email protected]> wrote:
>
> - Feedback on the Meson project ...
Please be aware that meson, by design, does not support functions or macros,
which, in certain use cases, results in a lot of redundant code. In addition,
also by design, all meson objects are immutable, which means dependencies
cannot conditionally accumulate options, they require lots of temporary arrays.
FYI, all my c++ library projects provide meson & cmake build configurations for
direct integration into cmake & meson projects. I'm not a cmake fan at all,
but, based on my experience, maintaining the meson code was much more difficult
and time consuming than maintaining the cmake code.
Regards,
Liviu