Jump to content

Common Lisp Object System: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:


The object-oriented features introduced as a component for [[Common Lisp]] although the original proposal actually predates CL. It adds an optional fully featured object model to CL but what is unusual about it is that it is bolt-on, it is in other words a layer on top of the the language rather than a language feature so a number of other LISP and Scheme variants have created or ported CLOS onto their systems as well.
The object-oriented features introduced as a component for [[Common Lisp]] although the original proposal actually predates CL. It adds an optional fully featured object model to CL but what is unusual about it is that it is bolt-on, it is in other words a layer on top of the the language rather than a language feature so a number of other LISP and Scheme variants have created or ported CLOS onto their systems as well.
==Standards==
* The original ''Common Lisp Object System Specification'' was written by Daniel G. Bobrow, Linda G. DeMichiel, Richard P. Gabriel, Sonya E. Keene, Gregor Kiczales, and David A. Moon; and was published in draft form on June 15, 1988. It is available in two parts, namely ''[https://www.dreamsongs.com/Files/concepts.pdf 1. Programmer Interface Concepts]'' and ''[https://www.dreamsongs.com/Files/Functions.pdf 2. Functions in the Programmer Interface]''.


==Publications==
==Publications==
* Sonya E. Keene: ''Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS'' - Addison-Wesley 1989 - ISBN 0-201-17589-4
* Sonya E. Keene: ''Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS'' - Addison-Wesley 1989, ISBN 0-201-17589-4
* Jo A. Lawless, Molly M. Miller: ''Understanding CLOS: the Common Lisp Object System'' - Digital Press 1991, ISBN 0-13-717232-X
* Jo A. Lawless, Molly M. Miller: ''Understanding CLOS: the Common Lisp Object System'' - Digital Press 1991, ISBN 0-13-717232-X
* Andreas Paepcke: ''Object-Oriented Programming: the CLOS Perspective'' - MIT Press 1993, ISBN 0-262-16136-2
* Andreas Paepcke: ''Object-Oriented Programming: the CLOS Perspective'' - MIT Press 1993, ISBN 0-262-16136-2

Revision as of 18:56, 4 January 2018

Common Lisp Object System (CLOS)

The object-oriented features introduced as a component for Common Lisp although the original proposal actually predates CL. It adds an optional fully featured object model to CL but what is unusual about it is that it is bolt-on, it is in other words a layer on top of the the language rather than a language feature so a number of other LISP and Scheme variants have created or ported CLOS onto their systems as well.

Standards

Publications

  • Sonya E. Keene: Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS - Addison-Wesley 1989, ISBN 0-201-17589-4
  • Jo A. Lawless, Molly M. Miller: Understanding CLOS: the Common Lisp Object System - Digital Press 1991, ISBN 0-13-717232-X
  • Andreas Paepcke: Object-Oriented Programming: the CLOS Perspective - MIT Press 1993, ISBN 0-262-16136-2
Articles

Links