This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients
Date 2007-04-26.06:32:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I am actually -1 on the concept as well.  If you go to the trouble of having a skip singleton in the language, then partial application syntax should just be call syntax as in add(skip, 2). However this will not be python anymore.  Other languages that have partial application support use special syntax such as add(,2) or add(:,2).  Since adding syntax is out of the question, it is hard to argue that partial(add, partial.skip, 2) is so much better than lambda x: add(x,2).
History
Date User Action Args
2007-08-23 16:12:46adminlinkissue1706256 messages
2007-08-23 16:12:46admincreate