dynamically generated runtime methods & reflection

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Fri Jun 15 07:29:12 EDT 2007


Josiah Carlson a écrit :
(snip)
> Well, the particular operation is typically called 'currying a 
> function', 

<pedantic>
it's not 'currying' but 'partial application'.

Currying is somehow the reverse of partial : it's a way of building a 
multiple-args function from single-args functions.
</pedantic>



More information about the Python-list mailing list