Use some namespacing in the demo Goja interpreter's environment
Open
- Dominant language
- Go
- Stars
- 122
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Maybe:
Keep
1. `_.bindings`
1. `_.out`
1. `_.params`
but move all other properties to `_.util`.
Note that core users can easily provide their own interpreters, so we don't need to over-engineer this one, which should probably be kept fairly simple while still having some principle (as in the above).
Contributor guide
Assessment
This issue has not been assessed yet.