[Python-Dev] any support for a methodcaller HOF? (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Sun Feb 5 20:02:39 CET 2006
- Previous message: [Python-Dev] any support for a methodcaller HOF?
- Next message: [Python-Dev] any support for a methodcaller HOF?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Terry Reedy wrote:
If 3.0 comes with a conversion program, then I would like to see 'lambda' replaced with either 'def' or another abbreviation like 'edef' (expression def) or 'func'.
making the implied return statment visible might also be a good idea, e.g.
lambda x, y: return x + yor even
def (x, y): return x + y
- Previous message: [Python-Dev] any support for a methodcaller HOF?
- Next message: [Python-Dev] any support for a methodcaller HOF?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]