Object-Oriented Programming in Common Lisp: Difference between revisions
Appearance
Content deleted Content added
m 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. |
Adding short description: "1988 programming book" |
||
Line 1: | Line 1: | ||
{{Short description|1988 programming book}} |
|||
{{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. |
Revision as of 18:52, 12 February 2025
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