Dan Sugalski wrote: > Basically my preference, if we're going with a per-object .ISA with no > class ISA fallback, is for each object to be independent and not affect any > other object when its properties are messed with. Good; that's the norm in prototype-based OO, and I believe, in Frame systems as well. -- John Porter