Skip to content

Getting rid of instance-of? #81

@rossberg

Description

@rossberg

With the recent move towards focussing on more coarse-grained actors, do we still need instance-of?

Getting rid of instance-of would simplify various other things:

  • Class declarations would be pure, avoiding library issues.
  • We wouldn't need Class types.
  • We wouldn't need to distinguish class functions.
  • We wouldn't need like types.
  • Classes could be structurally typed, avoiding more interop issues.
  • Objects wouldn't need to carry magic class fields.
  • We wouldn't need to distinguish shared from non-shared object types (I think).

Overall, we are buying into a lot of complexity just to support instance-of.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions