![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveLambda evaluation
From: Joshua Ginsberg <listspam@flowtheory.net>
Date: Thu Oct 06 2005 - 22:18:15 CEST
So this part makes total sense to me:
>>> d = {}
Because x in the lambda definition isn't evaluated until the lambda is
Is there a way to specifically hard code into that lambda definition the
Thanks!
-jag
|