Lambda calculus

From HaskellWiki
Revision as of 18:37, 5 February 2007 by BrettGiles (talk | contribs) (Lambda Calculus moved to Lambda calculus)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.