Difference between revisions of "Lambda calculus"

From HaskellWiki
Jump to navigation Jump to search
(Just a small stub.)
 
m
Line 1: Line 1:
 
The ''lambda calculus'' is a formal mathematical system for expressing the notion of computation. Most functional programming languages are based upon the lambda calculus.
 
The ''lambda calculus'' is a formal mathematical system for expressing the notion of computation. Most functional programming languages are based upon the lambda calculus.
   
Wikipedia has more to say on the matter: [[http://en.wikipedia.org/wiki/Lambda_calculus|Lambda Calculus at Wikipedia]].
+
Wikipedia has more to say on the matter: [http://en.wikipedia.org/wiki/Lambda_calculus Lambda Calculus at Wikipedia].

Revision as of 17:29, 3 February 2007

The lambda calculus is a formal mathematical system for expressing the notion of computation. Most functional programming languages are based upon the lambda calculus.

Wikipedia has more to say on the matter: Lambda Calculus at Wikipedia.