[Python-ideas] Adding "Typed" collections/iterators to Python

Ethan Furman ethan at stoneleaf.us
Mon Dec 19 19:01:06 CET 2011


Nathan Rice wrote:
> [[1, 2], [3, 4], [5, 6]] could serve as an alternate
> example of why you can't directly map child methods with the same
> names.

If you have to change the names, doesn't that negate the ability of "a 
reliable method to make functions operate on both scalar and
vector values"?

~Ethan~



More information about the Python-ideas mailing list