Hacker News new | ask | show | jobs
by two_handfuls 48 days ago
It doesn't mutate l exactly, it makes a new list slightly different from the original one and assigns it to l.

That means if someone has a reference to the original l, they do not see the change (because l is immutable. Both of them).

1 comments

I think I am misunderstanding the behavior of the alt keyword