Alan Kay on the meaning of OOP
Posted by Rick DeNatale Tue, 01 Jan 2008 19:39:00 GMT
I've written before in this blog about how the meaning of the term "object-oriented programming" got hijacked from it's original meaning. For example I go into this in some length in my mini-memoirs.
I recently ran into an interesting site with links to "Classical Computer Science Texts", which in turn led me to this e-mail exchange with Alan Kay on the meaning of OOP from July of 2003.
This exchange gives support, with details, for my description of Kay's concept of what Object-Oriented Programming was supposed to mean.
I'm not against types, but I don't know of any type systems that aren't a complete pain, so I still like dynamic typing.
- Alan Kay
As Kay explains, the key concepts came from biological cell communications modeled as networked "whole computers" and a desire to "get rid of with data"
As for the influence of Simula on Smalltalk's notion of classes and inheritance:
I didn't like the way Simula I or Simula 67 did inheritance (though I thought Nygaard and Dahl were just tremendous thinkers and designers). So I decided to leave out inheritance as a built-in feature until I understood it better. - Alan Kay
And summing it up:
OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. It can be done in Smalltalk and in LISP. There are possibly other systems in which this is possible, but I'm not aware of them.
I'd argue that you can do this in Ruby as well. I don't know if Ruby was on Kay's radar in mid-2003.










Perl certainly qualifies, so I presume Ruby would as well.
If he doesn’t like what happened to the term “OOP”, I’d hate for him to see what passes for “MVC” these days.
This is absolute rubbish. The fundamentals of OOP are encapsulation, inheritance and polymorphism – nothing more, nothing less. Everything else is purely incidental and of no consequence. Those who say that OOP is more than this are trying to make OOP more complicated than it need be, or trying to make themselves appear more intelligent than they really are.
Tony,
You might think it’s rubbish, but Alan Kay is the man who coined the term “object-oriented-programming.” It’s those who perverted it who heaped on the rubbish. IMHO.
Daryl,
Actually Alan wasn’t responsible for MVC, that was Trygve Reenskaug, who was a visiting scientist at Xerox PARC for a year starting in mid-1978.
Trygve has also been trying for years to foster a role-based approach to object-oriented design which decouples object interactions from classes and inheritance, seeing these, rightly in my view, as separate layers of abstraction.
“got hijacked from it’s original meaning.”
OOPS