Hacker News new | ask | show | jobs
by BoingBoomTschak 635 days ago
You can't define new data structures as such in pure Tcl, as you don't have pointers. And as for cycles, you can't modify an object to add a reference to itself, since the copy-on-write will just create a new object.