- Rename pkg/interpreter to pkg/runtime - Move ReduceOnce to new pkg/normalorder package - Convert standalone functions (Substitute, Rename, GetFree, IsFree) to receiver methods on concrete expression types - Change Set from pointer receivers to value receivers - Update all references from interpreter to runtime terminology Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
45 lines
843 B
Markdown
45 lines
843 B
Markdown
---
|
|
name: "Feature Request"
|
|
about: "Suggest a new feature or enhancement for the lambda runtime."
|
|
title: "feat: "
|
|
ref: "main"
|
|
assignees: []
|
|
labels:
|
|
- enhancement
|
|
---
|
|
|
|
## Context
|
|
|
|
<!--
|
|
Describe the problem or limitation you're encountering.
|
|
Explain why this feature would be valuable.
|
|
-->
|
|
|
|
## Proposed Solution
|
|
|
|
<!--
|
|
Describe your proposed solution or enhancement.
|
|
Be specific about what you want to see implemented.
|
|
-->
|
|
|
|
## Alternatives Considered
|
|
|
|
<!--
|
|
List any alternative solutions or approaches you've considered.
|
|
If none exist, omit this section.
|
|
-->
|
|
|
|
## Acceptance Criteria
|
|
|
|
<!--
|
|
List clear, testable criteria that define when this feature is complete.
|
|
Use bullet points starting with •
|
|
-->
|
|
|
|
## Additional Context
|
|
|
|
<!--
|
|
Add any other context, screenshots, or examples about the feature request.
|
|
If none exist, omit this section.
|
|
-->
|