now it's the other way around, the value immutabil...
# language-proposals
p
now it's the other way around, the value immutability concept looks dead in modern languages 😞
b
But… one of Swift’s big selling features is value immutability… And I’m sure Rust and Go have some form of that
c
its not dead, but people solve this problem in other ways, for example with readonly interfaces or simply by creating truly immutable objects