File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Lambda Calculus
22> An introduction to the Lambda Calculus
3+
34Lambda Calculus is a tiny functional language for expressing computation based
45on function abstraction and application.
56
67This project is intended to be an educational resource for learning and
78implementing functional programming languages.
89
9- Looking for Lambda Calculator? It's been moved into it's own repository: https://github.com/sgillespie/lambda-calculator
10+ ** Looking for Lambda Calculator?** It's been moved into it's own repository: https://github.com/sgillespie/lambda-calculator
1011
11- # Introduction to Lambda Calculus
12+ ## Introduction to Lambda Calculus
1213Introductory material is provided. They can be found at
1314
1415 * [ doc/lambda-calculus.md] ( doc/lambda-calculus.md )
1516 * [ doc/system-f.md] ( doc/system-f.md )
1617
17- ## Extended Examples
18+ ### Extended Examples
1819More examples can be found in the Lambda Calculator's test-suite, located at
1920
2021[ test/Language/Lambda/Untyped/Examples] ( test/Language/Lambda/Untyped/Examples )
2122[ test/Language/Lambda/SystemF/Examples] ( test/Language/Lambda/SystemF/Examples )
2223
23- # Implementation
24-
25- # Author
24+ ## Implementation
25+ A simple implementation of lambda calculus is available at https://github.com/sgillespie/lambda-calculator .
26+ It is intended be used as a companion to the materials here.
27+
28+ ## Author
26292730
28- # License
31+ ## License
2932This project is licensed under the MIT License. See [ LICENSE] ( LICENSE )
You can’t perform that action at this time.
0 commit comments