c0353c8e1f4a453f4b036deb8253063d26cbd6a7
## Description Gitea requires a `name` field in the frontmatter of pull request templates. This PR adds the required `name: "Default Template"` field to fix the template validation error. Additionally updates CLAUDE.md to reference the PR template format and use lowercase for PR title placeholder. ## Benefits - The pull request template is now valid and will be properly loaded by Gitea. - Users creating PRs will see the template automatically populated. - CLAUDE.md now documents the PR template format for consistency. ## 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: #7 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%