Jump to content

Object-Oriented Programming in Common Lisp

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by I grieve in stereo (talk | contribs) at 02:27, 23 December 2019 (Moving from Category:1988 books to Category:1988 non-fiction books using Cat-a-lot). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS (1988, Addison-Wesley, ISBN 0-201-17589-4) is a book by Sonya Keene on the Common Lisp Object System. Published first in 1988, the book starts out with the elements of CLOS and develops through the concepts of data abstraction with classes and methods, inheritance, and genericity towards creating an advanced CLOS program using streams I/O.