|
|
|
|
|
by kazinator
842 days ago
|
|
> separated by language vs library 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? |
|
An example would be if presence in a collection is dependent on mutable properties of its entries.