Hacker News new | ask | show | jobs
by chinhodado 2818 days ago
> where one reference gives you the data immutably while the other one lets you change it

What do you mean, it's not like that at all. You only get back the same object (same reference) if it detects the object was immutable to begin with.

1 comments

Ok, fine. That's just what I got from the quoted text. But I see that was wrong.