Original source: http://en.wikipedia.org/wiki/Lambda_calculus
Lambda calculation
From Wikipedia, The Free EncyClopedia.
The lambda calculus is a formal system designed to investigate function definition, function application and recursion It was introduced by Alonzo Church and Stephen Kleene in the 1930s;. Church used the lambda calculus in 1936 to give a negative answer to the Entscheidungsproblem The calculus can. be used to cleanly define what a "computable function" is. The question of whether two lambda calculus expressions are equivalent can not be solved by a general algorithm, and this was the first question, even before the halting problem, for which undecidability could be proved Lambda Calculus Has Great INFLUENCED FUNCTIONAL Programming Languages, especially lis.
The lambda calculus can be called the smallest universal programming language. The lambda calculus consists of a single transformation rule (variable substitution) and a single function definition scheme. The lambda calculus is universal in the sense that any computable function can be expressed and evaluated using this formalism. It is thus equivalent to Turing machines. However, the lambda calculus emphasizes the use of transformation rules, and does not care about the actual machine implementing them. It is an approach more related to software than to hardware.
This Article Deals with the "untyped lambda calculus" as Originally CONCEIVED BY Church. Since Then, Some Typed Lambda Calculi Have Been Developed.