logoalt Hacker News

tylerhou07/31/20251 replyview on HN

Zig is nowhere near memory safe. Even some basic semantics (passing arguments as values or references) are horribly broken. https://github.com/ziglang/zig/issues/5973


Replies

dnautics08/01/2025

no need for memory safety to be in the language. It can still be checked at compile-time:

https://www.youtube.com/watch?v=ZY_Z-aGbYm8

show 1 reply