Hacker News new | ask | show | jobs
by tcfhgj 1577 days ago
> I think that to appreciate Rust's design

Why not take it for granted like you do for C vs ASM?

1 comments

the C memory model kind of falls out naturally from technical constraints of hardware. the rust model comes from 60 years of accumulated pain of memory bugs, and a realization that humans are fundamentally incapable of correctly using the C memory model.