Open
Description
Possibly worth looking into for inspiration:
- Helix, which has a very nice class definition syntax (though it's directed more towards extension than embedding).
- mrusty, which separates "defining a class" from "injecting it in the namespace" by having the user bind their classes to files, which can then be loaded from the embedded Ruby interpreter with
require
.
The two could work very well together - it may be possible to use Helix outright, if mrusty's injection strategy is followed.
Metadata
Metadata
Assignees
Labels
No labels