[Python-3000] Generic function PEP won't make it in time (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Apr 27 09:25:50 CEST 2007
- Previous message: [Python-3000] Generic function PEP won't make it in time
- Next message: [Python-3000] Generic function PEP won't make it in time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Talin wrote:
I kind of wonder about the idea of implementing generic functions using generic functions.
I'd be worried about efficiency. Generic functions on top of generic functions sounds like you would have two layers of dynamic lookup to go through instead of one.
-- Greg
- Previous message: [Python-3000] Generic function PEP won't make it in time
- Next message: [Python-3000] Generic function PEP won't make it in time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]