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>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to