Memory Unsafety is a Culture Issue

by bvisnesson 3/3/2024, 10:28 AMwith 1 comments

by ngrillyon 3/4/2024, 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.