It seems like `list + element` copies the whole list and adds an element. Are there any plan to crea...
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!