|
|
|
|
|
by Spendar89
4372 days ago
|
|
> The world is very much mutable This depends on your definition of "the world". If time and memory are taken into account, you could easily make the case that the world is very much immutable. For example, if your friend changes his email address, its not as if his old address no longer exists. Even if it only exists in memory, it still exists somewhere, and you're still able to reference it. If you're interested in this topic, I highly recommend Rich Hickey's talk "The Value of Values"[1]. [1] http://www.infoq.com/presentations/Value-Values. |
|