-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathclm.bbl
384 lines (324 loc) · 13.6 KB
/
clm.bbl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
% Bibliography for Common Lisp book.
%%% Copyright 1989 Guy L. Steele Jr. All rights reserved.
\def\pagestatus{ROUGH PAGES}
\begin{thebibliography}{10}
\bibitem{ADOBE-POSTSCRIPT} %book
Adobe Systems Incorporated.
{\it PostScript Language Reference Manual}.
Addison-Wesley (Reading, Massachusetts, 1985).
\bibitem{EXPERIENCE-WITH-AN-UNCOMMON-LISP} %inproceedings
Alberga, Cyril~N., Bosman-Clark, Chris, Mikelsons, Martin, Van~Deusen, Mary~S.,
and Padget, Julian.
Experience with an uncommon {L}isp.
In {\it Proc.~1986 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Cambridge, Massachusetts, August 1986),
39--53.
\bibitem{ANSI-FORTRAN-77} %manual
{\it American National Standard Programming Language FORTRAN}, {ANSI X3.9-1978}
edition.
American National Standards Institute, Inc. (New York, 1978).
\bibitem{ISI-INTERLISP} %inproceedings
Bates, Raymond~L., Dyer, David, and Feber, Mark.
Recent developments in {ISI-Interlisp}.
In {\it Proc.~1984 ACM Symposium on Lisp and Functional Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Austin, Texas, August 1984), 129--139.
\bibitem{SIGPLAN-CLOS} %article
Bobrow, Daniel~G., DiMichiel, Linda~G., Gabriel, Richard~P., Keene, Sonya~E.,
Kiczales, Gregor, and Moon, David~A.
{Common Lisp Object System} Specification: {X3J13} Document {88-002R}.
{\it SIGPLAN Notices} {\it 23} (September 1988).
\bibitem{LASC-CLOS-PART-1} %article
Bobrow, Daniel~G., DiMichiel, Linda~G., Gabriel, Richard~P., Keene, Sonya~E.,
Kiczales, Gregor, and Moon, David~A.
{Common Lisp Object System} specification: 1.~{Programmer} interface
concepts.
{\it Lisp and Symbolic Computation} {\it 1}, 3/4 (January 1989),
245--298.
\bibitem{LASC-CLOS-PART-2} %article
Bobrow, Daniel~G., DiMichiel, Linda~G., Gabriel, Richard~P., Keene, Sonya~E.,
Kiczales, Gregor, and Moon, David~A.
{Common Lisp Object System} specification: 2.~{Functions} in the
programmer interface.
{\it Lisp and Symbolic Computation} {\it 1}, 3/4 (January 1989),
299--394.
\bibitem{CLOS-METAOBJECT-KERNEL} %inproceedings
Bobrow, Daniel~G., and Kiczales, Gregor.
The {Common Lisp Object System} metaobject kernel: {A} status report.
In {\it Proc.~1988 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Snowbird, Utah, July 1988), 309--315.
\bibitem{CRITIQUE-OF-COMMON-LISP} %inproceedings
Brooks, Rodney~A., and Gabriel, Richard~P.
A critique of {Common Lisp}.
In {\it Proc.~1984 ACM Symposium on Lisp and Functional Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Austin, Texas, August 1984), 1--8.
\bibitem{S1-COMMON-LISP} %inproceedings
Brooks, Rodney~A., Gabriel, Richard~P., and Steele, Guy~L., Jr.
{S-1} {Common Lisp} implementation.
In {\it Proc.~1982 ACM Symposium on Lisp and Functional Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Pittsburgh, Pennsylvania, August 1982),
108--113.
\bibitem{S1-COMPILER} %inproceedings
Brooks, Rodney~A., Gabriel, Richard~P., and {Steele, Guy L., Jr.}
An optimizing compiler for lexically scoped lisp.
In {\it Proc.~1982 Symposium on Compiler Construction}.
ACM SIGPLAN (Boston, June 1982), 261--275.
Proceedings published as {\it ACM SIGPLAN Notices} {\it 17}, 6 (June
1982).
\bibitem{RRRS1} %techreport
Clinger, William (ed.)
{\it The Revised Revised Report on Scheme; or, An Uncommon Lisp}.
AI Memo~848.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
August 1985).
\bibitem{RRRS2} %techreport
Clinger, William (ed.)
{\it The Revised Revised Report on Scheme; or, An Uncommon Lisp}.
Computer Science Department Technical Report~174.
Indiana University (Bloomington, Indiana, June 1985).
\bibitem{CODY-AND-WAITE} %book
{Cody, William J., Jr.}, and Waite, William.
{\it Software Manual for the Elementary Functions}.
Prentice-Hall (Englewood Cliffs, New Jersey, 1980).
\bibitem{DRAFT-FORTRAN-77} %article
Committee, ANSI~X3J3.
Draft proposed American National Standard Fortran.
{\it ACM SIGPLAN Notices} {\it 11}, 3 (March 1976).
\bibitem{IEEE-FLOATING-POINT-IMPL-GUIDE-ERRATA} %article
Coonen, Jerome~T.
Errata for ``An implementation guide to a proposed standard for
floating-point arithmetic.''
{\it Computer} {\it 14}, 3 (March 1981), 62.
These are errata for \cite{IEEE-FLOATING-POINT-IMPL-GUIDE}.
\bibitem{IEEE-FLOATING-POINT-IMPL-GUIDE} %article
Coonen, Jerome~T.
An implementation guide to a proposed standard for floating-point
arithmetic.
{\it Computer} {\it 13}, 1 (January 1980), 68--79.
Errata for this paper appeared as
\cite{IEEE-FLOATING-POINT-IMPL-GUIDE-ERRATA}.
\bibitem{LASC-CLOS-OVERVIEW} %article
DiMichiel, Linda~G.
Overview: {The} {Common Lisp Object System}.
{\it Lisp and Symbolic Computation} {\it 1}, 3/4 (January 1989),
227--244.
\bibitem{MACLISP-BEATS-FORTRAN} %article
Fateman, Richard~J.
Reply to an editorial.
{\it ACM SIGSAM Bulletin} {\it 25} (March 1973), 9--11.
\bibitem{SMALLTALK-80-BOOK} %book
Goldberg, Adele, and Robson, David.
{\it Smalltalk-80: The Language and Its Implementation}.
Addison-Wesley (Reading, Massachusetts, 1983).
\bibitem{PSL-COMPILER} %inproceedings
Griss, Martin~L., Benson, Eric, and Hearn, Anthony~C.
Current status of a portable {LISP} compiler.
In {\it Proc.~1982 Symposium on Compiler Construction}.
ACM SIGPLAN (Boston, June 1982), 276--283.
Proceedings published as {\it ACM SIGPLAN Notices} {\it 17}, 6 (June
1982).
\bibitem{KLH-TIME-SERVER} %techreport
Harrenstien, Kenneth~L.
{\it Time Server}.
Request for Comments (RFC)~738 (NIC 42218).
ARPANET Network Working Group (October 1977).
Available from the ARPANET Network Information Center.
\bibitem{IEEE-PROPOSED-FLOATING-POINT-STANDARD} %article
IEEE~Computer~Society~Standard~Committee, Floating-Point~Working~Group,
Microprocessor~Standards~Subcommittee.
A proposed standard for binary floating-point arithmetic.
{\it Computer} {\it 14}, 3 (March 1981), 51--62.
\bibitem{ISO-6937-2}
ISO.
{\it Information Processing---Coded Character Sets for Text Communication,
Part 2: Latin Alphabetic and Non-alphabetic Graphic Characters}.
ISO (1983).
\bibitem{KAHAN-COMPLEX-FNS} %inbook
Kahan, W.
Branch cuts for complex elementary functions;
or, Much ado about nothing's sign bit.
In Iserles,~A.,~and Powell,~M.~(eds.),
{\it The State of the Art in Numerical Analysis}.
Clarendon Press (1987), 165--211.
\bibitem{KEENE} %book
Keene, Sonya~E.
{\it Object-Oriented Programming in Common Lisp:
A Programmer's Guide to CLOS}.
Addison-Wesley (Reading, Massachusetts, 1989).
\bibitem{KNUTH-VOLUME-2} %book
Knuth, Donald~E.
{\it Seminumerical Algorithms}.
Volume~2 of {\it The Art of Computer Programming}.
Addison-Wesley (Reading, Massachusetts, 1969).
\bibitem{KNUTH-TEXBOOK} %book
Knuth, Donald~E.
{\it The TEXbook}.
Volume~A of {\it Computers and Typesetting}.
Addison-Wesley (Reading, Massachusetts, 1986).
\bibitem{KNUTH-TEX-PROGRAM} %book
Knuth, Donald~E.
{\it TEX: The Program}.
Volume~B of {\it Computers and Typesetting}.
Addison-Wesley (Reading, Massachusetts, 1986).
\bibitem{LAMPORT-LATEX} %book
Lamport, Leslie.
{\it LATEX: A Document Preparation System}.
Addison-Wesley (Reading, Massachusetts, 1986).
\bibitem{STANDARD-LISP-REPORT} %article
Marti, J., Hearn, A.~C., Griss, M.~L., and Griss, C.
Standard Lisp report.
{\it ACM SIGPLAN Notices} {\it 14}, 10 (October 1979), 48--68.
\bibitem{APL-STORY-OF-O} %article
McDonnell, E. E.
The story of $\circ$.
{\it APL Quote Quad} {\it 8}, 2 (December 1977), 48--54.
\bibitem{MOONUAL} %book
Moon, David.
{\it MacLISP Reference Manual, Revision 0}.
MIT Project MAC (Cambridge, Massachusetts, April 1974).
\bibitem{GREEN-LISPM} %book
Moon, David; Stallman, Richard; and Weinreb, Daniel.
{\it LISP Machine Manual, Fifth Edition}.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
January 1983).
\bibitem{DESIDERATA-FOR-THE-STANDARDISATION-OF-LISP} %inproceedings
Padget, Julian, et al. \hskip 0pt plus 10pt
Desiderata for the standardisation of {L}isp.
In {\it Proc.~1986 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIG\-ART (Cambridge, Massachusetts, August 1986),
54--66.
\bibitem{APL-BRANCH-CUTS} %inproceedings
{Penfield, Paul, Jr.}
Principal values and branch cuts in complex APL.
In {\it APL 81 Conference Proceedings}.
ACM SIGAPL (San Francisco, September 1981), 248--256.
Proceedings published as {\it APL Quote Quad} {\it 12}, 1 (September
1981).
\bibitem{PITMANUAL} %techreport
Pitman, Kent~M.
{\it The Revised MacLISP Manual}.
MIT/LCS/TR~295.
MIT Laboratory for Computer Science (Cambridge, Massachusetts, May
1983).
\bibitem{EXCEPTIONAL-SITUATIONS}
Pitman, Kent~M.
{\it Exceptional Situations in Lisp.}
Working paper 268.
MIT Artificial Intelligence Laboratory
(Cambridge, Massachusetts).
\bibitem{EULISP-DATA-MODEL} %inproceedings
Queinnec, Christian, and Cointe, Pierre.
An open-ended data representation model for {EU\_LISP}.
In {\it Proc.~1988 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Snowbird, Utah, July 1988), 298--308.
\bibitem{R3-REPORT-ON-SCHEME} %article
Rees, Jonathan, Clinger, William, et al.
Revised$^3$ report on the algorithmic language {S}cheme.
{\it ACM SIGPLAN Notices} {\it 21}, 12 (December 1986), 37--79.
\bibitem{ADDITIVE-RANDOMS} %techreport
Reiser, John~F.
{\it Analysis of Additive Random Number Generators}.
Technical Report~STAN-CS-77-601.
Stanford University Computer Science Department (Palo Alto, California,
March 1977).
\bibitem{ROYLANCE-MATH} %inproceedings
Roylance, Gerald. \hskip 0pt plus 10pt
Expressing mathematical subroutines constructively.
In {\it Proc.~1988 ACM Conference on Lisp and Functional
Programming}.
ACM SIG\-PLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Snowbird, Utah, July 1988), 8--13.
\bibitem{OVERVIEW-OF-COMMON-LISP} %inproceedings
Steele, Guy~L., Jr.
An overview of {Common Lisp}.
In {\it Proc.~1982 ACM Symposium on Lisp and Functional Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Pittsburgh, Pennsylvania, August 1982),
98--107.
\bibitem{CONNECTION-MACHINE-LISP} %inproceedings
{Steele, Guy L., Jr.}, and Hillis, W.~Daniel.
Connection {M}achine {L}isp: {F}ine-grained parallel symbolic
processing.
In {\it Proc.~1986 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Cambridge, Massachusetts, August 1986),
279--297.
\bibitem{RABBIT} %techreport
{Steele, Guy Lewis, Jr.}
{\it {RABBIT}: A Compiler for {SCHEME} (A Study in Compiler
Optimization)}.
Technical Report~474.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts, May 1978).
\bibitem{SCHEME-REVISED-REPORT} %techreport
{Steele, Guy Lewis, Jr.}, and Sussman, Gerald~Jay.
{\it The Revised Report on SCHEME: A Dialect of LISP}.
AI Memo~452.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
January 1978).
\bibitem{SUZUKI-POINTER-ROTATION} %article
Suzuki, Norihisa.
Analysis of pointer ``rotation''.
{\it Communications of the ACM} {\it 25}, 5 (May 1982), 330--335.
\bibitem{BUTTERFLY-PSL} %inproceedings
Swanson, Mark, Kessler, Robert, and Lindstrom, Gary.
An implementation of {Portable Standard Lisp} on the {BBN}
{Butterfly}.
In {\it Proc.~1988 ACM Conference on Lisp and Functional
Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Snowbird, Utah, July 1988), 132--142.
\bibitem{SIGNALLING-CONDITIONS}
Symbolics, Inc.
{\it Signalling and Handling Conditions.}
(Cambridge, Massachusetts, 1983).
\bibitem{INTERLISP} %manual
Teitelman, Warren, et~al.
{\it InterLISP Reference Manual}.
Xerox Palo Alto Research Center (Palo Alto, California, 1978).
Third revision.
\bibitem{PSL-MANUAL} %techreport
The~Utah~Symbolic~Computation Group.
{\it The Portable Standard LISP Users Manual}.
Technical Report~TR-10.
Department of Computer Science, University of Utah (Salt Lake City, Utah,
January 1982).
\bibitem{WATERS-SERIES-DESIGN} %techreport
Waters, Richard~C.
{\it Optimization of Series Expressions, Part {I}: User's Manual for
the Series Macro Package}.
AI Memo~1082.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
January 1989).
\bibitem{WATERS-SERIES-IMPLEMENTATION} %techreport
Waters, Richard~C.
{\it Optimization of Series Expressions, Part {II}: Overview of the
Theory and Implementation}.
AI Memo~1083.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
January 1989).
\bibitem{XP-PRETTY-PRINTER} %techreport
Waters, Richard~C.
{\it {XP}: A Common Lisp Pretty Printing System}.
AI Memo~1102.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
March 1989).
\bibitem{BLUE-LISPM} %book
Weinreb, Daniel, and Moon, David.
{\it LISP Machine Manual, Fourth Edition}.
MIT Artificial Intelligence Laboratory (Cambridge, Massachusetts,
July 1981).
\bibitem{COMMON-LISP-INSTRUCTION-SET} %inproceedings
Wholey, Skef, and Fahlman, Scott~E.
The design of an instruction set for {Common Lisp}.
In {\it Proc.~1984 ACM Symposium on Lisp and Functional Programming}.
ACM SIGPLAN/\discretionary{}{}{}SIGACT/\discretionary{}{}{}SIGART (Austin, Texas, August 1984), 150--158.
\bibitem{CMLISP-IMPLEMENTATION} %inproceedings
Wholey, Skef, and {Steele, Guy L., Jr.}
{C}onnection {M}achine {L}isp: {A} dialect of {C}ommon {L}isp for
data parallel programming.
In Kartashev, Lana~P., and Kartashev, Steven~I. (eds.), {\it
Proc.~Second International Conference on Supercomputing}.
Volume~III.
International Supercomputing Institute (Santa Clara, California, May
1987), 45--54.
\end{thebibliography}