What is Python's answer to Perl 6?

Peter Hansen peter at engcorp.com
Sat Oct 30 10:59:47 EDT 2004


Michael Hoffman wrote:
> Reinhold Birkenfeld wrote:
> 
>> C. Functions that could be made attributes of lists/sequences
>>
>> max, min, len, enumerate, sum
>>
>> But that would require to implement them for all sequence types or
>> implement a common basetype 'seq'.
> 
> And iterators?

And dicts.  And ....



More information about the Python-list mailing list