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 yuriy_levchenko
Recipients ezio.melotti, rhettinger, yuriy_levchenko
Date 2011-07-14.10:30:06
SpamBayes Score 0.016827345
Marked as misclassified No
Message-id <1310639407.75.0.0490402811442.issue12548@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/peps/pep-0309/#note

--------------------------------------------------------------------

Abandoned Syntax Proposal
 
I originally suggested the syntax fn@(*args, **kw), meaning the same as partial(fn, *args, **kw).
 
The @ sign is used in some assembly languages to imply register indirection, and the use here is also a kind of indirection. f@(x) is not f(x), but a thing that becomes f(x) when you call it.
 
It was not well-received, so I have withdrawn this part of the proposal. In any case, @ has been taken for the new decorator syntax

--------------------------------------------------------------------


Maybe change '@' -> '%'
History
Date User Action Args
2011-07-14 10:30:07yuriy_levchenkosetrecipients: + yuriy_levchenko, rhettinger, ezio.melotti
2011-07-14 10:30:07yuriy_levchenkosetmessageid: <1310639407.75.0.0490402811442.issue12548@psf.upfronthosting.co.za>
2011-07-14 10:30:07yuriy_levchenkolinkissue12548 messages
2011-07-14 10:30:06yuriy_levchenkocreate