Hacker News new | ask | show | jobs
by andyferris 1112 days ago
For low-level programming in 2023 I would honestly start with Zig.

It offers the same system programming capabilities as C but makes it much easier to write correct programs.

(If Rust is the “better C++”, then Zig is the “better C”).