52d40adcc68121ec5aaee551d61a0b98b466f81e
## Description The `deltanet` package was an unused stub in the codebase. This PR removes it to reduce clutter. - Removed `pkg/deltanet/deltanet.go`. - Removed `pkg/deltanet/node.go`. Closes #34 ## Benefits - Reduces codebase complexity by removing unused code. - Eliminates potential confusion from an incomplete stub package. ## Checklist - [x] Code follows conventional commit format. - [x] Branch follows naming convention (`<type>/<description>`). - [x] Tests pass (if applicable). - [x] Documentation updated (if applicable). Reviewed-on: #35 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>
lambda
Making a lambda calculus interpreter 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
96.6%
Makefile
3.4%