It seems like `list + element` copies the whole li...
# announcements
j
It seems like
list + element
copies the whole list and adds an element. Are there any plan to create truly immutable lists so that plus operator uses old list with pointer to new element?
c
btw why are they called immutable and not persistent?
c
Thanks!