ethanpailes / ethanpailes/remake
Add support for lambdas expressions and closure values
Open
enhancement
Next Release
- Dominant language
- Rust
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Closures should capture by reference and be able to mutate anything that they capture. This will require rejiggering the `exec::Value` representation to be `Rc>` or something. Its worth reading up on the details.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.