Cro: Maintain it With Zig
Cro: Maintain it With Zig
Posted Sep 10, 2021 14:36 UTC (Fri) by mario-campos (subscriber, #152845)In reply to: Cro: Maintain it With Zig by moltonel
Parent article: Cro: Maintain it With Zig
I agree: changing a build system on a legacy project is hardly ever a priority. That being said, I think the author mentions it, not for the build system itself as if it's some gift to the world of build systems, but to inform the reader that one can transition gradually to Zig, by using Zig as drop-in replacement for `cc` and other tools.
>If I'm working on a new project, Rust seems to have more to offer.
I am both excited and confounded by all of the languages in the systems-programming space. Just to name a few: Ada, D, C, C++, Go (if you squint), Rust, Zig, Nim, etc. They all seem to have their unique niches, although, as an outsider to these languages, I'm not truly sure what they are and I don't know if or how Rust stacks up to Zig. Or Nim. Or Ada.
