Jump to content

Object-Oriented Programming in Common Lisp: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
GreenC bot (talk | contribs)
Add {{Cleanup bare URLs}} (tagbot requester MarnetteD)
MarnetteD (talk | contribs)
Filled in 0 bare reference(s) with reFill 2
Line 1: Line 1:
{{Cleanup bare URLs |bot=wp:tagbot |requester=User:MarnetteD |date=August 2019}}
{{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. The book's brief table of contents is given below.
'''''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. The book's brief table of contents is given below.
Line 23: Line 22:
Bibliography <br>
Bibliography <br>
Index<br>
Index<br>

== External links ==
== External links ==
* http://www.informit.com/authors/bio.aspx?a=FD3B1F01-7104-4756-9C10-011AC7DB0C88
* [http://www.informit.com/authors/bio.aspx?a=FD3B1F01-7104-4756-9C10-011AC7DB0C88 Sonya E. Keene | InformIT]


{{Common Lisp}}
{{Common Lisp}}
Line 31: Line 31:
[[Category:Common Lisp publications]]
[[Category:Common Lisp publications]]
[[Category:Addison-Wesley books]]
[[Category:Addison-Wesley books]]



{{compu-book-stub}}
{{compu-book-stub}}

Revision as of 03:34, 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. The book's brief table of contents is given below.

Table of Contents

1. Introduction to CLOS Model
2. Elements of CLOS Programs
3. Developing a simple CLOS Program: Locks
4. Programming with Methods
5. Controlling the Generic Dispatch
6. Class Inheritance
7. Defining CLOS Elements
8. Redefining CLOS Elements
9. Creating and Initializing Instances
10. Procedural Definition: Initialization
11. Developing an Advanced CLOS Program: Streams
12. Highlights of CLOS

Appendix A Glossary of CLOS Terminology
Appendix B Syntax of CLOS Operators
Appendix C CLOS Operators Not Documented in This Book

Bibliography
Index