15 lines
303 B
Markdown
15 lines
303 B
Markdown
# lambda
|
|
|
|
Making a lambda calculus interpreter in Go.
|
|
|
|
## Things to talk about
|
|
|
|
- Exhaustive sum types.
|
|
- Recursive descent and left-recursion.
|
|
- Observer pattern, event emission.
|
|
|
|
## Links
|
|
|
|
<https://zicklag.katharos.group/blog/interaction-nets-combinators-calculus/>
|
|
<https://arxiv.org/pdf/2505.20314>
|