Securing a future for anonymous functions in Python

Steve Holden steve at holdenweb.com
Fri Jan 7 07:23:23 EST 2005


Paul Rubin wrote:
> "Anna" <annaraven at gmail.com> writes:
> 
>>Having taken some calculus (derivatives, limits, some integrals) but
>>never even heard of lambda calculus, to me, lambda means absolutely
>>NOTHING. Less than nothing.
> 
> 
> Lambda calculus is from mathematical logic, but more to the point
> "lambda" has been the term used in Lisp for this operation since time
> immemorial.  Since the kinds of programmers who want to use anonymous
> functions have probably been exposed to Lisp at one time or another,
> "lambda" should not cause any confusion.

That's probably not the most enthusiastic evangelical approach to 
functional programming I've ever heard :-)

Perhaps what we really need is a good Lisp subsystem for Python?

regards
  Steve
-- 
Steve Holden               http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/
Holden Web LLC      +1 703 861 4237  +1 800 494 3119



More information about the Python-list mailing list