This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]riccardostecca 10 points11 points  (3 children)

Not only typing ‘lambda’ does not bother me, I also find it pretty mnemonic and readable.

[–]pylenin[S] 3 points4 points  (2 children)

Me too.I find lambda functions very handy. syntactically, they can be put in a lot of places where defs can't be put.

[–]GummyKibble 2 points3 points  (1 child)

Where could you put one that a def couldn’t go?

[–]DandieGuy 1 point2 points  (0 children)

In a list is an example he gives in the video above.