|
|
|
|
|
by chowells
427 days ago
|
|
Local mutability is fantastic and practical... In a language like Haskell where the type system tracks exactly what values are mutable and all mutation is precisely scoped by functions that freeze the value they generate in a way that prevents leaking. In a language that isn't so precise, it's a lot harder to get value from the idea. |
|