Hacker News
Dr. Alan Kay on the meaning of "object-oriented programming" (2003)
ahartmetz
|next
[-]
mycall
|root
|parent
[-]
How does Simula differ here?
ahartmetz
|root
|parent
[-]
Alan Kay's distaste for (static) types is just his opinion and an original contribution of IMO rather dubious value.
After the dust has settled, it seems like the most valuable parts of OOP are private data, convenience (no need to repeat the class name in a method call), good fit for some domains, and interfaces.
jqpabc123
|next
|previous
[-]
It was originablly conceived as a simulation of a distributed system.
Distributed systems can be useful but does anyone really believe that they are simpler or easier to develop and maintain?
The amazing part to me is that so many were trained and convinced to accept that adopting this simulation could make all programming easier or somehow "better". As if adding complexity would magically lead to simplification.