|
|
|
|
|
by maxerickson
4459 days ago
|
|
The Python usage isn't very instructive: http://python-history.blogspot.com/2009/04/origins-of-python... That's the Python language designer saying he wasn't a huge fan of the name when it was introduced, because it didn't quite live up to the expectations it set. The usage of 'lambda' to construct anonymous functions is just a reference to Lambda calculus, the actual thing is a formal system of operating on those functions. |
|