[PSA MEMBERS] Re: [Types-sig] Suggestions for python 2
skaller
skaller at maxtal.com.au
Mon Jan 17 15:51:45 EST 2000
More information about the Python-list mailing list
Mon Jan 17 15:51:45 EST 2000
- Previous message (by thread): [PSA MEMBERS] Re: [Types-sig] Suggestions for python 2
- Next message (by thread): Suggestions for python 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Edward Welbourne wrote: > > >> * certain tools the functional programmers crave, notably a truly > >> faithful implementation of currie() > > > > not required: python lambdas subsume what can be done with > > currying. > > Unfortunately, unless I'm missing something, this is only true when you > know the call-signature of the function you are packaging. > Can you show me a piece of valid python (using lambdas or otherwise) > which achieves this effect ? It hadn't occured to me you wouldn't know the arguments. I always know the positional arguments (not necessarily the optional ones) -- there's no other way to call a function :-) -- John (Max) Skaller, mailto:skaller at maxtal.com.au 10/1 Toxteth Rd Glebe NSW 2037 Australia voice: 61-2-9660-0850 homepage: http://www.maxtal.com.au/~skaller download: ftp://ftp.cs.usyd.edu/au/jskaller
- Previous message (by thread): [PSA MEMBERS] Re: [Types-sig] Suggestions for python 2
- Next message (by thread): Suggestions for python 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list