Object-Oriented Programming in Common Lisp: Difference between revisions
Appearance
Content deleted Content added
m Moving from Category:1988 books to Category:1988 non-fiction books using Cat-a-lot |
No edit summary |
||
Line 6: | Line 6: | ||
{{Common Lisp}} |
{{Common Lisp}} |
||
[[Category:1988 non-fiction books]] |
[[Category:1988 non-fiction books]] |
||
⚫ | |||
[[Category:Addison-Wesley books]] |
[[Category:Addison-Wesley books]] |
||
⚫ | |||
{{compu-book-stub}} |
{{compu-book-stub}} |
Revision as of 05:15, 20 July 2020
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.
External links