-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathtyscheme.bib
More file actions
252 lines (217 loc) · 6.46 KB
/
Copy pathtyscheme.bib
File metadata and controls
252 lines (217 loc) · 6.46 KB
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
% last modified 2020-11-13
@book{sicp,
author = "Harold Abelson and Gerald Jay {Sussman with Julie Sussman}",
title = "\urlp{Structure and Interpretation of Computer Programs
(``SICP'')}{http://mitpress.mit.edu/sicp/full-text/book/book.html}",
edition = "2nd",
publisher = "MIT Press",
year = 1996,
}
@book{htdp,
author = "Matthias Felleisen and Robert Bruce Findler and Matthew Flatt
and Shriram Krishnamurthi",
title = "\urlp{How to Design Programs: An Introduction to Programming
and Computing}{http://www.htdp.org}",
publisher = "MIT Press",
year = 2001,
}
@book{tspl,
author = "R. Kent Dybvig",
title = "\urlp{The Scheme Programming
Language}{http://www.scheme.com/tspl2d}",
edition = "2nd",
publisher = "Prentice Hall PTR",
year = 1996,
}
@book{hunter,
author = "J. A. H. Hunter",
title = "\urlh{http://store.yahoo.com/doverpublications/0486233472.html}{Mathematical
Brain-Teasers}",
publisher = "Dover Publications",
year = 1976,
}
@book{4cp,
author = "Thomas L. Saaty and Paul C. Kainen",
title = "The Four-Color Problem: Assaults and Conquest",
publisher = "Dover Publications",
year = 1986,
}
@book{aop,
author = "Leon Sterling and Ehud Shapiro",
title = "\urlh{http://mitpress.mit.edu/book-home.tcl?isbn=0262193388}{The
Art of Prolog}",
publisher = "MIT Press",
year = 1994,
edition = "2nd",
}
@book{tls,
author = "Daniel P. Friedman and Matthias Felleisen",
title = "\urlh{http://www.ccs.neu.edu/~matthias/BTLS}{The Little Schemer}",
publisher = "MIT Press",
year = 1996,
edition = "4th",
}
@book{tss,
author = "Daniel P. Friedman and Matthias Felleisen",
title = "\urlh{http://www.ccs.neu.edu/~matthias/BTSS}{The Seasoned Schemer}",
publisher = "MIT Press",
year = 1996,
}
@book{eopl,
author = "Daniel P. Friedman and Mitchell Wand and Christopher T. Haynes",
title = "\urlh{http://mitpress.mit.edu/book-home.tcl?isbn=0262061457}{Essentials
of Programming Languages}",
publisher = "MIT Press, McGraw-Hill",
year = 1992,
}
@book{q:lisp,
author = "Christian Queinnec",
title = "\urlh{http://youpou.lip6.fr/queinnec/WWW/LiSP.html}{Lisp
in Small Pieces}",
publisher = "Cambridge University Press",
year = 1996,
}
@book{keene,
author = "Sonya E. Keene",
title = "Object-oriented Programming in Common Lisp: A
Programmer's Guide to CLOS",
publisher = "Addison-Wesley",
year = 1989,
}
@book{amop,
author = "Gregor Kiczales and Jim des Rivi\`eres and Daniel G. Bobrow",
title = "The Art of the Metaobject Protocol",
publisher = "MIT Press",
year = 1991,
}
@book{hmf,
editor = "Milton Abramowitz and Irene A. Stegun",
title = "\urlh{http://store.yahoo.com/doverpublications/0486612724.html}{Handbook
of Mathematical Functions: with Formulas, Graphs, and Mathematical Tables}",
publisher = "Dover Publications",
year = 1965,
}
@book{nahin:dice,
author = "Paul J. Nahin",
title = "Digital Dice: Computational Solutions to Practical Probability Problems",
publisher = "Princeton University Press",
year = 2008,
}
@inproceedings{wc:amb,
author = "William Clinger",
title = "{Nondeterministic call by need is neither lazy nor
by name}",
booktitle = "{Proc. ACM Symp. Lisp and Functional
Programming}",
year = 1982,
pages = "226--234",
}
@inproceedings{logick,
author = "Christopher T. Haynes",
title = "{Logic continuations}",
booktitle = "{J. Logic Program.}",
year = 1987,
note = "vol 4",
pages = "157--176",
}
@inproceedings{engine,
author = "Christopher T. Haynes and Daniel P. Friedman",
title = "{Engines Build Process Abstractions}",
booktitle = "{Conf. ACM Symp. Lisp and Functional
Programming}",
year = 1984,
pages = "18--24",
}
@inproceedings{coroutine,
author = "Christopher T. Haynes and Daniel P. Friedman and
Mitchell Wand",
title = "{Continuations and Coroutines}",
booktitle = "{Conf. ACM Symp. Lisp and Functional
Programming}",
year = 1984,
pages = "293--298",
}
@inproceedings{jmc:amb,
author = "John McCarthy",
title = "\urlh{http://www-formal.stanford.edu/jmc/basis1/basis1.html}{A
Basis for a Mathematical Theory of Computation}",
booktitle = "{Computer Programming and Formal Systems}",
editor = "P. Braffort and D. Hirschberg",
publisher = "North-Holland",
year = 1967,
}
@inproceedings{zmc:amb,
author = "Ramin Zabih and David McAllester and David Chapman",
title = "{Non-deterministic Lisp with dependency-directed
backtracking}",
booktitle = "{AAAI-87}",
year = 1987,
pages = "59--64",
}
@misc{cgi,
author = "NCSA",
title = "\urlp{The Common Gateway
Interface}{http://hoohoo.ncsa.uiuc.edu/cgi}",
}
@misc{r5rs,
author = "Richard Kelsey and William Clinger and
Jonathan {Rees (eds)}",
title = "\urlp{Revised\^{}5 Report on the Algorithmic Language Scheme
(“R5RS”)}{http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs.html}",
year = 1998,
}
@misc{gambit,
author = "Marc Feeley",
title = "\urlp{Gambit Scheme System}{http://www.iro.umontreal.ca/~gambit}",
}
@misc{mzscheme,
author = "Matthew Flatt",
title = "\urlp{MzScheme}{http://www.plt-scheme.org/software/mzscheme}",
}
@misc{stk,
author = "Erick Gallesio",
title = "\urlp{STk}{http://kaolin.unice.fr/STk/STk.html}",
}
@misc{guile,
author = "FSF",
title = "\urlp{Guile: Project GNU's Extension
Language}{http://www.gnu.org/software/guile/guile.html}",
}
@misc{gauche,
author = "Shiro Kawai",
title =
"\urlp{Gauche: A Scheme Implementation}{http://www.shiro.dreamhost.com/scheme/gauche/}"
}
@misc{chicken,
author = "Felix L. Winkelmann",
title = "\urlp{Chicken: A practical and portable Scheme
system}{http://www.call-with-current-continuation.org/chicken.html}",
}
@misc{scm,
author = "Aubrey Jaffer",
title = "\urlp{SCM}{http://swissnet.ai.mit.edu/~jaffer/SCM.html}",
}
@misc{kawa,
author = "Per Bothner",
title = "\urlp{The Kawa Scheme system}{http://www.gnu.org/software/kawa}",
}
@misc{mitscheme,
author = "{MIT Scheme Team}",
title = "\urlp{MIT Scheme}{http://www.swiss.ai.mit.edu/projects/scheme}",
}
@misc{bigloo,
author = "Manuel Serrano",
title = "\urlp{Bigloo}{http://www-sop.inria.fr/mimosa/fp/Bigloo}",
}
@misc{pocketscheme,
author = "Ben Goetter",
title = "\urlp{Pocket Scheme for the H/PC and
P/PC}{http://www.angrygraycat.com/scheme/pscheme.htm}",
}
@techreport{mf:prolog,
author = "Matthias Felleisen",
title = "{Transliterating Prolog into Scheme}",
institution = "{Indiana U. Comp. Sci. Dept}",
year = 1985,
number = 182,
}