Interesting, how did they do inheritance? Something like void *super
? Also why not switch to CPP if you wanna do OOP?
Interesting, how did they do inheritance? Something like void *super
? Also why not switch to CPP if you wanna do OOP?
I read that self
as a keyword also has quite a history. It was already used in Smalltalk, an OOP language from the early 80’s.
Yeah that’s fair, though it also discusses that whole prototype thing that JS has going on
That sounds like quite a challenge to maintain, to speak in euphemisms ;)