from Hacker News

Memory Unsafety is a Culture Issue

by bvisness on 3/3/24, 10:28 AM with 1 comments

  • by ngrilly on 3/4/24, 1:52 PM

    I like that the article explains why Rust is great for memory safety, but won't solve everything. It also shows how to write memory safe programs in new low-level languages like Zig, offering spatial memory safety, combined to arenas and hardened memory allocators for temporal memory safety.