[Python-Dev] Let's just *keep* lambda
Aahz
aahz at pythoncraft.com
Wed Feb 8 16:48:39 CET 2006
On Wed, Feb 08, 2006, Patrick Collison wrote:
>
> How about `procedure', or just `proc'?
-1
lambdas are *expected* to return a result -- procedures are functions
with side-effects that don't return a result.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"19. A language that doesn't affect the way you think about programming,
is not worth knowing." --Alan Perlis
More information about the Python-Dev
mailing list