http://artlung.com/smorgasborg/Invention_of_Cplusplus.shtml
I mean, is this shit a joke or what? So unlikely, even if I know Stroustrup.
I know it could be old, anyway as an hardcore C programmer I found this reading pretty interesting.
>>8
Just like in Self, the first prototype-based OO language.
Name:
Anonymous2009-01-07 15:40
>>12
Why not? A message is being sent to the string object and it's prototype (it's "super object", if you will) is answering with the function that is going to be applied. Message passing and inheritance, seems pretty OO to me.