4 ms·
There's nothing wrong with mutable data structures from a type soundness perspective. We know how to do it properly. But you need to get the type system right i
by jonsterling 9y ago
There's nothing wrong with mutable data structures from a type soundness perspective. We know how to do it properly. But you need to get the type system right in order to include mutable data structures; often people get this wrong, and it leads to all sorts of frustration...