At 2:17 PM +0100 1/11/04, Leopold Toetsch wrote:
> One further note, while at Array/PerlArray: the class dependency is
 suboptimal. PerlArray isa Array isa list. The underlying list is
 auto-extending and does no bounds checking. Array does bounds-checking.
 PerlArray doesn't bounds check. So for better performace and simpler
> code, the dependency of PerlArray and Array should be swapped.

Okay, at this point we've a pile of different array classes with fuzzy requirements and specified behaviours which sort of inherit from each other except when they don't.


Before we go any further we need to figure out what we want. Then we need to see what we have. Then it's time to kill off the unneeded stuff and fix the rest.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to