Object Orientation [2013 !]
jackrusher.com·19h·
Discuss: Hacker News

There are many articles and discussion threads on the web regarding the nature of Object-oriented (OO) programming. Most come at the question from a Programming Language Theory (PLT) perspective, in terms of the formal semantics of objects. I’m not going to do that here. Instead, I’m going to write about objects from an implementation perspective, approaching the subject first from below and then from above.

Objects in Terms of Machine Sympathy

The first OO code with which I became intimately familiar was the Virtual File System (VFS) layer of the SunOS kernel as documented in Kleiman’s 1986 paper. Motiv…

Similar Posts

Loading similar posts...