Cro: Maintain it With Zig
This blog post byLoris Cro makes the claim that the Ziglanguage isthe solution to a lot of low-level programming problems:
Freeing the art of systems programming from the grips of C/C++cruft is the only way to push for real change in our industry, butrewriting everything is not the answer. In the Zig project we'remaking the C/C++ ecosystem more fun and productive. Today we have acompiler, a linker and a build system, and soon we'll also have apackage manager, making Zig a complete toolchain that can fetchdependencies and build C/C++/Zig projects from any target, for anytarget.
(LWN looked at Zig last year).