HACKER Q&A
📣 Decabytes

What systems programming language would you use for a personal project?


If you were writing the project today, and weren’t constrained by legacy code or backwards compatibility? Zig, D, C11?, C with classes, C++, Rust something else?


  👤 Procedural Accepted Answer ✓
C99. You don't need classes to create objects and cast them to lower types, for example: https://github.com/redgpu/framework/blob/master/redgpu_f.h

👤 PaulHoule
AVR8 assembly language.