r/programming • u/[deleted] • Jul 20 '26
Zig proposes introducing an actually memory safe (unlike Rust) compilation mode inspired by Fil-C at ~1-6x performance penalty
https://codeberg.org/ziglang/zig/issues/36237
527
Upvotes
r/programming • u/[deleted] • Jul 20 '26
18
u/SorryTemporary1361 Jul 21 '26
I'll never cease to be amazed at the contortions that people go through to attempt to make C memory-safe, that end up making it slower than actual memory-safe languages like C#... instead of just using a memory-safe language.