Jump to content

Lambda expression

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Unreal128 (talk | contribs) at 07:04, 21 December 2019 (Simplify lambda expression (computer programming) sentence and add periods on both.). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Lambda expression may refer to:

  • Lambda expression in computer programming, also called an anonymous function, is a defined function not bound to an identifier.
  • Lambda expression in lambda calculus, a formal system in mathematical logic and computer science for expressing computation by way of variable binding and substitution.