Y
Hacker News
new
|
ask
|
show
|
jobs
by
tracnar
184 days ago
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).