logoalt Hacker News

tracnarlast Thursday at 8:10 PM0 repliesview on HN

Indeed, the Tcl implementation does this so e.g. `set d [dict] ; dict set d key value` can modify d in place instead of creating a copy (since everything is immutable).