|
|
|
|
|
by tuetuopay
406 days ago
|
|
I would go even further: showing the generated cmake file is like showing the disassembly from the zig snippet shown. I still think the point stands though: zig's build system is nicer. Still bad IMHO as I despise build systems where you describe the build in the same language. Most of the time, it's much better to have a declarative rather than imperative build system. All in all, Ninja/Meson/Cargo/etc are much better in this regard. (and yes, I think build.rs was a mistake, a necessary evil. Definitely not a feature) |
|