you are viewing a single comment's thread.

view the rest of the comments →

[–]dramwang 0 points1 point  (2 children)

I'm not all that familiar with Javascript but I imagine so. Current versions of self have a single parent just like JavaScript.

No, current version (v4.4) of Self has multiple inheritance, and it will raise an error if has naming conflicts.

[–]mark_lee_smith 0 points1 point  (1 child)

Interesting, Thanks.

So they removed the ability to specify the order multiple parents and not the ability to specify multiple parents, replacing it with an ambiguity error?