Yes, I am thinking of bounding the AttrTable to a variable Making the table behave like a regular variable so we don't have to worry about scoping or modifying the context when it is not allowed since everything will handled automatically.
Sounds good. So the attr-table would basically be a new built-in type with some new built-in primitives to add things to it and to consult it.
Stefan