The Common Lisp Object System: An Overview
暂无分享,去创建一个
The Common Lisp Object System is an object-oriented system that is based on the concepts of generic functions, multiple inheritance, and method combination. All objects in the Object System are instances of classes that form an extension to the Common Lisp type system. The Common Lisp Object System is based on a meta-object protocol that renders it possible to alter the fundamental structure of the Object System itself. The Common Lisp Object System has been proposed as a standard for ANSI Common Lisp and has been tentatively endorsed by X3J13.
[1] Daniel G. Bobrow,et al. CommonLoops: merging Lisp and object-oriented programming , 1986, OOPLSA '86.
[2] Daniel G. Bobrow,et al. CommonLoops: Merging Lisp and Object-Oriented Programming , 1986, OOPSLA.
[3] Guy L. Steele,et al. Common Lisp the Language , 1984 .
[4] David Robson,et al. Smalltalk-80: The Language and Its Implementation , 1983 .
[5] Daniel G. Bobrow,et al. Common lisp object system specification , 1988, SIGP.