M.V. Hutz a8187873b3 feat: rename --from/--to flags to --input/--output with short aliases
Rename the representation flags for clarity and add short aliases:
- `--from` becomes `--input` / `-i`
- `--to` becomes `--output` / `-o`
2026-02-06 23:31:30 -05:00
2026-01-10 11:37:18 -05:00

lambda

Making a lambda calculus runtime in Go.

Things to talk about

  • Exhaustive sum types.
  • Recursive descent and left-recursion.
  • Observer pattern, event emission.

https://zicklag.katharos.group/blog/interaction-nets-combinators-calculus/ https://arxiv.org/pdf/2505.20314

Description
Making a lambda calculus interpreter in Go.
Readme AGPL-3.0 1 MiB
Languages
Go 97.2%
Makefile 2.8%