M.V. Hutz 9bd75cf409 feat: add output flag with Destination interface.
Added -o flag to write results to files using a new Destination interface.

Changes:
- Add Destination interface with StdoutDestination and FileDestination implementations.
- Add -o flag to CLI parser for output file specification.
- Update Config to use Destination instead of direct output handling.
- Refactor main to use Destination.Write() for result output.
2026-01-11 16:48:21 -05:00
2026-01-10 11:37:18 -05:00
2025-12-29 02:40:42 -05:00
2025-12-23 14:17:43 -05:00
2025-12-22 21:09:00 +00:00
2026-01-11 21:43:11 +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%