"Steve Holden" <s,,[EMAIL PROTECTED]> wrote:

> Steven D'Aprano wrote:
> [...]
> > 
> > Forth method: create identical gazelles, then modify them:
> > 
> > list_of_beasties = [Gazelle(defaults) for i in xrange(1000)]
> > for i, beastie in enumerate(xrange(1000)):
> >     list_of_beasties[i] = modify(beastie)
> > 
> Nope, 'sorry, that's Python a's well. Forth u'se's rever'se Poli'sh 
> notation.
> 

No it wa's a biblical incantation - "go forth and multiply..."

- Hendrik

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to