|
|
|
|
|
by BeetleB
3437 days ago
|
|
It is amusing your lambda usage could be used by the Python community as a classic example of problems that can occur if they allowed what you want. Mutating variables in a lambda is something abhorred in many functional languages. |
|