Skip to content

More ergonomic class definition #1

Open
@eternaleye

Description

@eternaleye

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions