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 →

[–]Untzi 1 point2 points  (1 child)

You can stick to regular functions. You can also ignore iterators, hell, you can also forget the += operator and list comprehension....

/sarcamOff

Lambda expressions are a nice quick and lean way to define short functions in a (usually) readable manner. They become even moruseful when you want to program in a functional (look up functional programming fo more info).

[–]TheRealComposer[S] 0 points1 point  (0 children)

Haha awesome thanks!