A Tutorial Introduction to the Lambda Calculus
arXiv:1503.09060
Abstract
This paper is a concise and painless introduction to the -calculus. This formalism was developed by Alonzo Church as a tool for studying the mathematical properties of effectively computable functions. The formalism became popular and has provided a strong theoretical foundation for the family of functional programming languages. This tutorial shows how to perform arithmetical and logical computations using the -calculus and how to define recursive functions, even though -calculus functions are unnamed and thus cannot refer explicitly to themselves.
4 figures