On Fri, Aug 27, 1999 at 07:06:28PM -0400, Ilya Zakharevich wrote: >Ed Peschko writes: >> >> 1. compile-time type checking >> >Impossible. You need to chase ISA tree *back* to implement this. >> >> How about 'use ISA' or 'use BASE' and hooks inside both? > >Do you assume that all the modules which ISA-Mail are already loaded >when you compile > > my Mail $m = <MAILBOX>; > $m->oopen(); > >Ilya I would assume that this would be a limit of strong typing; if you want to do stuff like determining your @ISA at runtime, or using 'require A; A->import' you are welcome to do so but don't expect strong typing to be of any help. Otherwise, I see very little point to it if no compile time checks are available. EdThread Previous | Thread Next