Chaim Frenkel <[EMAIL PROTECTED]> writes: >>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: > >DS> I was thinking of that--the int portion has the number of keys/entries for >DS> both hashes and arrays, the char * holds the pointer to the sparse array >DS> vector or something. Sounds like a good candidate for Implementation >DS> Defined Data... > >Sounds like one of the vtbl entries would be dump_self > >Hmm, will vtbl get rid of all the magic hacks? The "mg.c" 'magic hacks' are in essence applying vtable semantics (they are even called vtables in the sources) to a subset of "values". So yes vtables mean evrything is "magic" so nothing needs "special magic"... > ><chaim> -- Nick Ing-Simmons
- Re: Ramblings on "base class" for SV etc. Dan Sugalski
- Re: Ramblings on "base class" for SV etc. Larry Wall
- Re: Ramblings on "base class" for SV etc. Ken Fox
- Re: Ramblings on "base class" for SV etc. Dan Sugalski
- Re: Ramblings on "base class" for SV e... Ken Fox
- Re: Ramblings on "base class" for ... Dan Sugalski
- Re: Ramblings on "base class" for SV e... Nick Ing-Simmons
- Re: Ramblings on "base class" for ... Dan Sugalski
- Re: Ramblings on "base class" ... Chaim Frenkel
- Re: Ramblings on "base class" ... Dan Sugalski
- vtables (was Re: Ramblings on "base... Nick Ing-Simmons
- vtables (was Re: Ramblings on "base... Uri Guttman
- Re: vtables (was Re: Ramblings on "... Dan Sugalski
- Re: vtables (was Re: Ramblings on "... Uri Guttman
- Re: vtables (was Re: Ramblings on "... Hildo Biersma
- Re: vtables (was Re: Ramblings on "... Dan Sugalski
- Re: Ramblings on "base class" ... Chaim Frenkel
- Re: Ramblings on "base class" ... Nick Ing-Simmons
- Re: Ramblings on "base class" ... Chaim Frenkel
- Re: Ramblings on "base class" ... Dan Sugalski
- Re: Ramblings on "base class" ... Chaim Frenkel