Functions & Programming Concepts · Level 2 of 5
Lambda
An anonymous function expression.
The syntax and allowed body differ across programming languages.
Example
A small unnamed function doubles each item passed to it.
Listen to the definition and example
Audio transcript
Lambda. An anonymous function expression. The syntax and allowed body differ across programming languages. For example: A small unnamed function doubles each item passed to it.
Explore this concept
Why it matters
This helps you distinguish a computation’s contract, inputs, outputs, and behavior.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.