Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miguel-nascimento/lambda-calculus
- Owner: miguel-nascimento
- Created: 2021-12-21T04:32:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T01:43:30.000Z (over 2 years ago)
- Last Synced: 2024-02-17T10:38:00.547Z (9 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)