▲ | comex 4 days ago | |||||||
Well, if everything is immutable like in Haskell, then you don't really run into the problems described in the blog post in the first place. You can live with Rust's "no mutable aliasing" rule instead. | ||||||||
▲ | pklausler 4 days ago | parent [-] | |||||||
Obviously; but the point was, if the language were to limit the circumstances in which circular structures can arise, one could exploit that fact. | ||||||||
|