Re: What is Python's answer to Perl 6?
From: Michael Hoffman (m.h.3.9.1.without.dots.at.cam.ac.uk_at_example.com)
Date: 10/30/04
- Next message: Michael Hoffman: "Re: What is Python's answer to Perl 6?"
- Previous message: Kurt B. Kaiser: "Weekly Python Patch/Bug Summary"
- In reply to: Reinhold Birkenfeld: "Re: What is Python's answer to Perl 6?"
- Next in thread: Peter Hansen: "Re: What is Python's answer to Perl 6?"
- Reply: Peter Hansen: "Re: What is Python's answer to Perl 6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 15:34:24 +0100
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?
-- Michael Hoffman
- Next message: Michael Hoffman: "Re: What is Python's answer to Perl 6?"
- Previous message: Kurt B. Kaiser: "Weekly Python Patch/Bug Summary"
- In reply to: Reinhold Birkenfeld: "Re: What is Python's answer to Perl 6?"
- Next in thread: Peter Hansen: "Re: What is Python's answer to Perl 6?"
- Reply: Peter Hansen: "Re: What is Python's answer to Perl 6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|