Question: WHAT IS LAMBDA?
No need to scream, we here you quite well.
I can't figure out what it does from any documentation i've found anywhere.
Then I doubt you really did search. http://www.google.com/search?q=Python+%2B+lambda
i doubt i need it
Why ?
but i still want to know what the heck it is/does/fixes/whatever!
lambda is a keyword that is used to create anonymous functions. This is pretty handy for simple callbacks.
--
bruno desthuilliers
ruby -e "print '[EMAIL PROTECTED]'.split('@').collect{|p| p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
--
--
http://mail.python.org/mailman/listinfo/python-list