The Root Object is that object from which all others finally inherit.
The Name Object contains, as its elements, all of the interned entities in the ColdStore.
Entities Interned include Symbols, Builtins, (optionally) Objects, Interpreters, etc.
When the C-- compiler sees an expression of the form $name, or $(expr) it generates code to look up `name' or (expr), respectively, in $Name's namespace, using the [] operator,