Jump to content

Object-Oriented Programming in Common Lisp

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Dane (talk | contribs) at 05:30, 20 July 2020 (Dane moved page Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS to Object-Oriented Programming in Common Lisp without leaving a redirect: Requested by 207.161.86.162 at WP:RM/TR: Per WP:SUBTITLE.). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

[edit]