Interesting talk on Python vs. Ruby and how he would like Python to have just a bit more syntactic flexibility.

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Wed Feb 17 17:46:52 EST 2010


In message <hlhdsi$2pn$1 at theodyn.ncf.ca>, cjw wrote:

> Aren't lambda forms better described as function?

Is this a function?

    lambda : None

What about this?

    lambda : sys.stdout.write("hi there!\n")




More information about the Python-list mailing list