Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguel-nascimento/lambda-calculus

✈️ My journey to understand Programming Languages
https://github.com/miguel-nascimento/lambda-calculus

Last synced: 3 months ago
JSON representation

✈️ My journey to understand Programming Languages

Awesome Lists containing this project

README

        

# Lambda Calculus

This repo is my journey to understand more about programming languages in general and be a better Haskeller.

## What is?

You can find a _WIP_ basic explanation about [here](/untyped/README.md)
My goals:

- [x] Interpreter using **HOAS** _(Higher-order Abstract Syntax)_
- [ ] Interpreter using **PHOAS** _(Parametric Higher-order Abstract Syntax)_
- [x] [Untyped Lambda Calculus](/untyped)
- [x] Simply Typed Lambda Calculus λ→
- [ ] System F
- [ ] LambdaPi (Dependent Types)