Re: Iterators [was: worth adding collections to the core language?]

2002-10-31 Thread Leopold Toetsch
Luke Palmer wrote: I wonder if things should have a more general interface than numerical indices. I've wanted linked lists in perl, and every time I do a splice on an array I cringe for speed reasons. Heh, we could use my linked array implementation. Or not. Please have a look at list.c,

Re: Iterators [was: worth adding collections to the core language?]

2002-10-30 Thread Luke Palmer
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] From: Piers Cawley [EMAIL PROTECTED] Date: Wed, 30 Oct 2002 18:59:15 + X-SMTPD: qpsmtpd/0.12, http://develooper.com/code/qpsmtpd/ Dave Storrs [EMAIL PROTECTED] writes: In the Re: