Hacker News new | ask | show | jobs
by lightgreen 1987 days ago
Unlike Rust, Zig does not provide memory safety.

They have runtime checks (unlike Rust compile checks) which are at least slower, but likely still don't guarantee memory safety (did not dig deep).