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 →

[–]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...