Dan Sugalski <[EMAIL PROTECTED]> wrote:

> Okay, I'm thinking the core will have four distinct perl variable types 
> internally:
> 
> * Scalar
> * Hash
> * Array
> * List

Are the lists (aka lazy arrays) you're proposing really a separate core
type, or are they just a variant of the array type - ie do we need two
separate interfaces, or just two different vtable implementations?

Reply via email to