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:
50
thesis.bib
50
thesis.bib
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user