chromatic wrote:
On Sunday 29 October 2006 08:25, Jonathan Worthington wrote:
It'd be nice to actually attach these methods to a v-table itself
somehow. However, unless we make classes a compile-time construct rather than
"turning a namespace into a class" using newclass as we do now, I don't see how
this can happen (at least, not cleanly). Maybe something to be addressed in the objects
PDD.
I think that was part of the motivation for :init.
But by the time you're running anything inside :init it's runtime.
Jonathan