You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's worth noting that a temporary solution is to use mixins, which emulate multiple inheritance by injecting duplicate objects (via Object dup) into the inheritance chain of other objects.
Following in ES6's footsteps, we could consider using "well-known" symbols in a similar way to Stream dumpHandler to get hierarchy to recognize the alternative parenting.
Not actual multiple inheritance, but it would be nice to be able to simulate it.
missing
(and we use that trick in modules withimportAll
).Kernel keys
is implemented in terms ofParents hierarchy
, so it would only be necessary to makehierarchy
manipulable to make the illusion complete.The text was updated successfully, but these errors were encountered: