Hacker News new | ask | show | jobs
by marijn 2418 days ago
Not all invariants relate to allocation. Rust protects you from a whole class of shared-mutable-state issues that JavaScript and Lisp are zero help with.
1 comments

> Rust protects you from a whole class of shared-mutable-state issues

Rust is not alone in this. I think Pony is a good example.