-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
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
Labels
No labels