a8187873b38f8965c9a04aac1e86900300f32024
Rename the representation flags for clarity and add short aliases: - `--from` becomes `--input` / `-i` - `--to` becomes `--output` / `-o`
lambda
Making a lambda calculus runtime 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
Languages
Go
97.2%
Makefile
2.8%