feat: added links

This commit is contained in:
2025-12-29 19:28:45 -05:00
parent 1d981ecce3
commit 3f9f3a603f

View File

@@ -7,3 +7,8 @@ Making a lambda calculus interpreter in Go.
- Exhaustive sum types. - Exhaustive sum types.
- Recursive descent and left-recursion. - Recursive descent and left-recursion.
- Observer pattern, event emission. - Observer pattern, event emission.
## Links
<https://zicklag.katharos.group/blog/interaction-nets-combinators-calculus/>
<https://arxiv.org/pdf/2505.20314>