Book review: The Art of the MetaObject Protocol By Gregor Kiczales, Jim des Rivieres, Daniel G. and Bobrow(MIT Press, 1991)

Joshua Stern
DOI: https://doi.org/10.1145/140936.1063777
1992-08-01
ACM SIGART Bulletin
Abstract:Object oriented programming (OOP) is a primary feature of many popular AI tools. The Art of the MetaObject Protocol is by the principal creators of the Common Lisp Object System (CLOS), probably the best conceived and most flexible of today's object oriented languages. This book is an annotated walk-through of the implementation of a subset of CLOS the authors call Closette. The authors are all from Xerox PARC.
What problem does this paper attempt to address?