[Python-ideas] Including elementary mathematical functions in the python data model

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Sep 27 00:29:19 CEST 2010


Nick Coghlan wrote:

> Couple that with the extra function call overhead (since these
> wouldn't have real typeslots) and it still seems like a less than
> stellar idea.
> 
> As another use case for solid, efficient generic function support
> though... great idea :)

Could a generic function mechanism be made to have any
less overhead, though?

-- 
Greg



More information about the Python-ideas mailing list