From: chiaro scuro Date: 2006-05-18T23:43:10+09:00 Subject: Re: [OT] Partial functions? ------=_Part_1049_32255346.1147963382294 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline the partial function binds one of the arguments of that function, so that later on only the remaining arguments have to be specified. I think it's also called currying. I guess it could be done with a mix of wrapper functions and metaprogramming. On 5/18/06, Berger, Daniel wrote: > > Hi all, > > I'm trying to understand a new feature of Python 2.5 (PEP 309) called > "partial functions". Here's the Python example I pulled from Vincent > Foley's blog: > --=20 Chiaroscuro --- Liquid Development: http://liquiddevelopment.blogspot.com/ ------=_Part_1049_32255346.1147963382294--