Another newbie question
Skip Montanaro
skip at mojam.com
Wed Jan 26 23:50:10 EST 2000
More information about the Python-list mailing list
Wed Jan 26 23:50:10 EST 2000
- Previous message (by thread): Another newbie question
- Next message (by thread): Installing an idle function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Scott> I've read the tutorial and I don't get lambda. Scott, You're probably not alone. ;-) The result of executing a lambda is nothing more than an unnamed function object. It has some rather peculiar syntactic limitations that make it appear very odd to the untrained eye. You can safely ignore lambda for the time being and just use named functions. If/when you need it, you'll probably realize it. (Fred, maybe discussion of lambda doesn't belong in the tutorial...) Skip Montanaro | http://www.mojam.com/ skip at mojam.com | http://www.musi-cal.com/ 847-971-7098 "Languages that change by catering to the tastes of non-users tend not to do so well." - Doug Landauer
- Previous message (by thread): Another newbie question
- Next message (by thread): Installing an idle function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list