Programming - Concept
Lambda
A small function written without giving it a normal reusable name
What's it for?
Lets developers write short pieces of behaviour directly where they are needed.
For example…
A developer sorts a list of prices using a short lambda that tells the program which number to compare