[Python-3000] Builtin iterator type

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Nov 15 03:34:06 CET 2006


Bill Janssen wrote:

> Duck typing is a seriously bad idea, forced on Python by the now
> obsolete split between built-in types and user-defined types.

Non-duck typing is a seriously bad idea, forced
on some other languages by static typing. Python
is mercifully free of such constraints.

--
Greg


More information about the Python-3000 mailing list