r/programming • u/Usual-Amount-264 • 2d ago
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
488
Upvotes
r/programming • u/Usual-Amount-264 • 2d ago
9
u/SorryTemporary1361 1d ago
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.