> > What exactly didn't you like about RFC 128??? > > Ummm... the fact that its title doesn't match /proto/. My bad. In fact it proposes that "prototype" be banished as a term of reference. :-) > Okay, its a proposal to overhaul prototyping, cool. But I don't see > anything to allow C<length $string> and C<length @array> live > together. Its a big RFC, I probably missed it. Look up "context classes". C<length> would be: sub length ( [$\@] ) {...} Damian
- RFC 238 (v1) length(@ary) deserves a warning Perl6 RFC Librarian
- Re: RFC 238 (v1) length(@ary) deserves a warning Michael G Schwern
- Re: RFC 238 (v1) length(@ary) deserves a warn... Nathan Wiger
- Re: RFC 238 (v1) length(@ary) deserves a warning Damian Conway
- Re: RFC 238 (v1) length(@ary) deserves a warn... Michael G Schwern
- Re: RFC 238 (v1) length(@ary) deserves a warn... Damian Conway
- Re: RFC 238 (v1) length(@ary) deserves a warning Hildo Biersma
- Re: RFC 238 (v1) length(@ary) deserves a warn... Bart Lateur
- Re: RFC 238 (v1) length(@ary) deserves a ... Hildo Biersma
- Re: RFC 238 (v1) length(@ary) deserve... Bart Lateur
- Re: RFC 238 (v1) length(@ary) deserves a warning Philip Newton
- Re: matters supersessionary (was: RFC 238 (v1... Tom Christiansen