| 000 | 00993camuuu200301 a 4500 | |
| 001 | 000000632931 | |
| 005 | 19990419152822 | |
| 008 | 910405s1991 mau b 001 0 eng | |
| 010 | ▼a 91016731 //r91 | |
| 015 | ▼a GB91-62476 | |
| 020 | ▼a 0262111586 (hc) | |
| 020 | ▼a 0262610744 (pbk.) | |
| 040 | ▼a DLC ▼c DLC ▼d UKM | |
| 049 | ▼l 121036757 ▼f 과학 | |
| 050 | 0 0 | ▼a QA76.73.C28 ▼b K53 1991 |
| 082 | 0 0 | ▼a 005.13/3 ▼2 20 |
| 090 | ▼a 005.133 ▼b K46a | |
| 100 | 1 | ▼a Kiczales, Gregor. |
| 245 | 1 4 | ▼a The art of the metaobject protocol / ▼c Gregor Kiczales, Jim des Rivieres, and Daniel G. Bobrow. |
| 260 | ▼a Cambridge, Mass. : ▼b MIT Press, ▼c c1991. | |
| 300 | ▼a viii, 335 p. ; ▼c 23 cm. | |
| 504 | ▼a Includes bibliographical references (p. 325) and index. | |
| 650 | 0 | ▼a COMMON LISP (Computer program language) |
| 650 | 0 | ▼a Object-oriented programming (Computer science) |
| 653 | ▼a Programming languages | |
| 700 | 1 | ▼a Des Rivieres, Jim. |
| 700 | 1 | ▼a Bobrow, Daniel Gureasko. |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 K46a | 등록번호 121036757 (2회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
The CLOS metaobject protocol is an elegant, high-performance extension to the CommonLisp Object System. The authors, who developed the metaobject protocol and who were among the group that developed CLOS, introduce this new approach to programming language design, describe its evolution and design principles, and present a formal specification of a metaobject protocol for CLOS.
Kiczales, des Rivieres, and Bobrow show that the "art of metaobject protocol design" lies in creating a synthetic combination of object-oriented and reflective techniques that can be applied under existing software engineering considerations to yield a new approach to programming language design that meets a broad set of design criteria.
One of the major benefits of including the metaobject protocol in programming languages is that it allows users to adjust the language to better suit their needs. Metaobject protocols also disprove the adage that adding more flexibility to a programming language reduces its performance. In presenting the principles of metaobject protocols, the authors work with actual code for a simplified implementation of CLOS and its metaobject protocol, providing an opportunity for the reader to gain hands-on experience with the design process. They also include a number of exercises that address important concerns and open issues.
정보제공 :
목차
CONTENTS Introduction = 1 Ⅰ THE DESIGN AND IMPLEMENTATION OF METAOBJECT PROTOCOLS 1 How CLOS in Implemented = 13 1.1 A Subset of CLOS = 14 1.2 The Basic Backstage Structures = 15 1.3 Representing Classes = 17 1.4 Printing Objects = 26 1.5 Representing the Structure of Instances = 26 1.6 Representing Generic Functions = 34 1.7 Representing Methods = 36 1.8 Invoking Generic Functions = 40 1.9 A Word About Performance = 45 1.10 Summary = 45 2 Introspection and Analysis = 47 2.1 Introducing Class Metaobjects = 48 2.2 Browsing Classes = 52 2.3 Browsing Generic Functions = 58 2.4 Programmatic Creation of New Classes = 66 2.5 Summary = 69 3 Extending the Language = 71 3.1 Specialized Class Metaobjects = 72 3.2 Terminology = 74 3.3 Using Specialized Class Metaobject Classes = 76 3.4 Class Precedence Lists = 78 3.5 Slot Inheritance = 83 3.6 Other Inheritance Protocols = 90 3.7 Slot Access = 96 3.8 Instance Allocation = 99 3.9 Summary = 105 4 Protocol Design = 107 4.1 A Simple Generic Function Invocation Protocol = 107 4.2 Functional and Procedural Protocols = 110 4.3 Layered Protocols = 119 4.4 Improving Performance = 125 4.5 Protocol Design Summary = 131 Ⅱ A METAOBJECT PROTOCOL FOR CLOS 5 Concepts = 137 5.1 Introduction = 137 5.2 Metaobjects = 137 5.3 Inheritance Structure of Metaobject Classes = 140 5.4 Processing of the User Interface Macros = 145 5.5 Subprotocols = 153 6 Generic Functions and Methods = 163 A Introduction to CLOS = 243 B Solutions to Selected Exercises = 255 C Living with Circularity = 269 D A Working Closette Implementation = 277 E Cross Reference to Full MOP = 317 References = 325 Index = 327
