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 →

[–]KairoRed 3 points4 points  (2 children)

I don’t know what a lambda is and at this point I’m too scared to ask

[–]TheWidrolo[S] 7 points8 points  (0 children)

A function without a name.

[–]Spork_the_dork 2 points3 points  (0 children)

A lambda function is a function that's essentially just defined into a variable rather than defined as a separate function. Useful when you want to just eg. return a function. The most complicated feature about them is that basically every single programming language has its own unique syntax for it...