Church's λ-Calculus

Lambda calculus

Lambda calculus is a formal system in mathematical logic for expressing computation based on function abstraction and application. It was introduced by Alonzo Church in the 1930s and can be used to simulate any Turing machine. Terms are built using rules and reduction operations, such as α-conversion and β-normal form, which can be avoided with De Bruijn indexing or universal lambda functions like Iota and Jot.

1 courses cover this concept

15-312 Foundations of Programming Languages

Carnegie Mellon University

Spring 2014

A comprehensive course at Carnegie Mellon University that introduces fundamental principles of programming language design and implementation from a mathematical perspective. It delves deep into the structural and dynamic aspects of programming languages, studying concepts like recursion, objects, polymorphism, and parallelism.

No concepts data

+ 38 more concepts