Skip to content

sgillespie/lambda-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Calculus

An introduction to the Lambda Calculus

Lambda Calculus is a tiny functional language for expressing computation based on function abstraction and application.

This project is intended to be an educational resource for learning and implementing functional programming languages.

Looking for Lambda Calculator? It's been moved to sgillespie/lambda-calculator

Introduction to Lambda Calculus

Introductory material is provided. They can be found at

Extended Examples

More examples can be found in the Lambda Calculator's test-suite, located at

test/Language/Lambda/Untyped/Examples

Implementation

A simple implementation of lambda calculus is available at https://github.com/sgillespie/lambda-calculator. It is intended be used as a companion to the materials here.

Author

Sean Gillespie sean@mistersg.net

License

This project is licensed under the MIT License. See LICENSE