Object-Oriented Programming in Common Lisp: Difference between revisions
Appearance
Content deleted Content added
Adding short description: "1988 programming book" |
add infobox |
||
Line 1: | Line 1: | ||
{{Short description|1988 programming book}} |
{{Short description|1988 programming book}}{{Infobox book |
||
| author = Sonya Keene |
|||
| isbn = 0-201-17589-4 |
|||
| pub_date = 1988 |
|||
| genre = Non-fiction |
|||
| publisher = [[Addison-Wesley]] |
|||
| language = English |
|||
}} |
|||
{{italic title}} |
{{italic title}} |
||
'''''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. |
'''''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. |
Latest revision as of 18:53, 12 February 2025
Author | Sonya Keene |
---|---|
Language | English |
Genre | Non-fiction |
Publisher | Addison-Wesley |
Publication date | 1988 |
ISBN | 0-201-17589-4 |
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
[edit]