in reply to Re^3: Automatic vivification of an object
in thread Automatic vivification of an object

The problem is not how to get to the data. The problem is when to get to the data. Even with accessors and abstract accessors, I need to defer until compilation of the modules is complete before I try to use the accessors. That's why I was looking for a way to defer initialization and came up with the automaic vivification method I started with.

  • Comment on Re^4: Automatic vivification of an object