|
|
|
|
|
by karmakaze
840 days ago
|
|
It would be helpful if the Features were separated by language vs library. I don't know what to make of No memory side effects, all collections are persistent.
This can't be relevant when the objects referenced by these collections are mutable. |
|
You're totally new to Lisp, right? There is no such clear boundary in Lisp languages.
> This can't be relevant when the objects referenced by these collections are mutable.
Why not? Explain your reasoning. E.g. why is not not relevant that we can make a longer list by adding an element to the front of a shorter list, without mutating that shorter list, if the elements are objects that support mutation?