Y
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
atilaneves
2417 days ago
> 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.
link
Rust is not alone in this. I think Pony is a good example.