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 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.