Looping constructs

Aahz Maruch aahz at panix.com
Sun Dec 23 12:39:43 EST 2001


In article <3c25d37e_9 at news.newsgroups.com>,
Janos Blazi <jblazi at hotmail.com> wrote:
>
>There is one thing I envy Perl programmers: they have several nice looping
>constructs and Python has almost none. For exmaple redo unless can be nice
>sometimes and they have several others. What do you think about adding such
>contructs to Python?

Why?  With the addition of iterators to Python 2.2, almost any loop
construct you can think of can be easily handled with a for loop.
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista   

Tenth Virtual Anniversary: 8 days and counting



More information about the Python-list mailing list