Lambda calculus (nonfiction)

From Gnomon Chronicles
Revision as of 10:45, 18 November 2017 by Admin (talk | contribs) (Created page with "'''Lambda calculus''' (also written as λ-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application using var...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lambda calculus (also written as λ-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application using variable binding and substitution.

It is a universal model of computation that can be used to simulate any Turing machine, introduced by mathematician Alonzo Church in the 1930s as part of his research of the foundations of mathematics.

Lambda calculus consists of constructing lambda terms and performing reduction operations on them.

In the simplest form of lambda calculus, terms are built using only the following rules:

TO DO

In the News

Fiction cross-reference

Nonfiction cross-reference

External links: