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

Some more references on control operators.

This commit is contained in:
2020-10-28 22:41:25 +00:00
parent 5e7ce98c0e
commit ab38da7102
2 changed files with 56 additions and 4 deletions

View File

@@ -846,7 +846,7 @@
howpublished = {{ML Workshop}}
}
# Delimited Control
# Dynamic binding
@inproceedings{KiselyovSS06,
author = {Oleg Kiselyov and
Chung{-}chieh Shan and
@@ -1180,6 +1180,16 @@
year = {1994}
}
# Simulation of delimited control using undelimited control
@inproceedings{Filinski94,
author = {Andrzej Filinski},
title = {Representing Monads},
booktitle = {{POPL}},
pages = {446--457},
publisher = {{ACM} Press},
year = {1994}
}
# Landin's J operator
@article{Landin65,
author = {Peter J. Landin},
@@ -1365,6 +1375,25 @@
type = {AI Memo}
}
# Splitter
@inproceedings{QueinnecS91,
author = {Christian Queinnec and
Bernard P. Serpette},
title = {A Dynamic Extent Control Operator for Partial Continuations},
booktitle = {{POPL}},
pages = {174--184},
publisher = {{ACM} Press},
year = {1991}
}
# Comparison of (some) delimited control operators
@misc{Shan04,
author = {Chung{-}chieh Shan},
title = {Shift to Control},
howpublished = {{ACM SIGPLAN} Scheme Workshop},
year = {2004}
}
# MacLisp (catch)
@misc{Moon74,
author = {David A. Moon},
@@ -1590,6 +1619,15 @@
year = {1976}
}
@inproceedings{Wand80,
author = {Mitchell Wand},
title = {Continuation-Based Multiprocessing},
booktitle = {{LISP} Conference},
pages = {19--28},
publisher = {{ACM}},
year = {1980}
}
@inproceedings{HaynesF84,
author = {Christopher T. Haynes and
Daniel P. Friedman},
@@ -1609,6 +1647,16 @@
address = {Scotland, {UK}}
}
@inproceedings{HiebD90,
author = {Robert Hieb and
R. Kent Dybvig},
title = {Continuations and Concurrency},
booktitle = {{PPOPP}},
pages = {128--136},
publisher = {{ACM}},
year = {1990}
}
@inproceedings{GanzFW99,
author = {Steven E. Ganz and
Daniel P. Friedman and