Feb
24
Fixing lambda
In a recent thread on python-ideas, Nick Coghlan said:
The reason I keep beating my head against this particular wall (cf.
Arguments and parameters, under the covers
In my post on arguments and parameters, I explained how arguments get matched up to parameters in Python.