Comment on Immutability Changes Everything (2016) [pdf]parentComments−dsQTbR7Y5mRHnZv1yMy main gripe with immutability is that making updated data requires building a full copy of the data again with the changes.Conceptually yes, but the implementation doesn't always necessarily need to work that way under the hood: https://www.roc-lang.org/functional#opportunistic-mutation
Comments
Conceptually yes, but the implementation doesn't always necessarily need to work that way under the hood: https://www.roc-lang.org/functional#opportunistic-mutation