|
|
|
|
|
by agumonkey
2183 days ago
|
|
It's not only 'first' but also immutable as a way of life. You walk structures to extract information and derive a new structure. With immutable types and automated constructors this becomes regular enough to be baked in the language. Other languages like memory mutation so the main action is setting a variable to modify it. |
|