M.V. Hutz a967410af7 refactor: convert Substitute and Rename to standalone functions
Remove Substitute and Rename methods from Expression interface.
Refactor receiver methods into standalone functions using type switching.
Update call sites to use new function signatures.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 21:01:47 -05:00
2025-12-30 15:58:14 -05:00
2026-01-10 11:37:18 -05:00
2025-12-30 15:58:14 -05:00
2025-12-29 02:40:42 -05:00
2025-12-28 02:07:46 -05:00
2025-12-23 14:17:43 -05:00
2025-12-22 21:09:00 +00:00
2025-12-29 19:28:45 -05:00

lambda

Making a lambda calculus interpreter 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 863 KiB
Languages
Go 96.6%
Makefile 3.4%