Object-Oriented Programming in Common Lisp: Difference between revisions
Appearance
Content deleted Content added
Filled in 0 bare reference(s) with reFill 2 |
remove table of contents per Wikipedia:WikiProject Books/Non-fiction article style guide |
||
Line 1: | Line 1: | ||
{{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. |
||
==Table of Contents== |
|||
1. Introduction to CLOS Model <br> |
|||
2. Elements of CLOS Programs <br> |
|||
3. Developing a simple CLOS Program: Locks <br> |
|||
4. Programming with Methods <br> |
|||
5. Controlling the Generic Dispatch <br> |
|||
6. Class Inheritance <br> |
|||
7. Defining CLOS Elements <br> |
|||
8. Redefining CLOS Elements <br> |
|||
9. Creating and Initializing Instances <br> |
|||
10. Procedural Definition: Initialization <br> |
|||
11. Developing an Advanced CLOS Program: Streams <br> |
|||
12. Highlights of CLOS |
|||
Appendix A Glossary of CLOS Terminology <br> |
|||
Appendix B Syntax of CLOS Operators <br> |
|||
Appendix C CLOS Operators Not Documented in This Book <br> |
|||
<br> |
|||
Bibliography <br> |
|||
Index<br> |
|||
== External links == |
== External links == |
||
Line 27: | Line 6: | ||
{{Common Lisp}} |
{{Common Lisp}} |
||
{{DEFAULTSORT:Object-Oriented Programming in Common Lisp}} |
|||
[[Category:1988 books]] |
[[Category:1988 books]] |
||
[[Category:Common Lisp publications]] |
[[Category:Common Lisp publications]] |
Revision as of 09:31, 10 August 2019
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.