1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

Classification of control operators [WIP].

This commit is contained in:
2020-11-03 22:33:56 +00:00
parent e058e7804d
commit bdb6b31f29
3 changed files with 156 additions and 4 deletions

View File

@@ -1065,7 +1065,7 @@
# Scheme
@techreport{SussmanS75,
author = {Gerald J. Sussman and Guy L. Steele Jr.},
author = {Gerald J. Sussman and Guy L. Steele},
institution = {{MIT}},
month = {December},
number = {AI Memo No. 349},
@@ -1391,6 +1391,19 @@
year = {1991}
}
# Spawn
@article{HiebDA94,
author = {Robert Hieb and
R. Kent Dybvig and
Claude W. Anderson III},
title = {Subcontinuations},
journal = {{LISP} Symb. Comput.},
volume = {7},
number = {1},
pages = {83--110},
year = {1994}
}
# Comparison of (some) delimited control operators
@misc{Shan04,
author = {Chung{-}chieh Shan},
@@ -1553,6 +1566,17 @@
}
# Catchcont
@inproceedings{Longley09,
author = {John Longley},
title = {Some Programming Languages Suggested by Game Models (Extended Abstract)},
booktitle = {{MFPS}},
series = {Electronic Notes in Theoretical Computer Science},
volume = {249},
pages = {117--134},
publisher = {Elsevier},
year = {2009}
}
@misc{LongleyW08,
author = {John Longley and Nicholas Wolverson},
title = {Eriskay: a programming language based on game semantics},
@@ -1760,4 +1784,12 @@
pages = {158--168},
publisher = {{ACM} Press},
year = {1988}
}
# Racket
@misc{Flatt20,
author = {Matthew Flatt and {PLT}},
title = {The {R}acket Reference (version 7.9)},
month = nov,
year = 2020
}