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

{Programming,Constraining} continuations WIP

This commit is contained in:
2020-11-30 22:39:21 +00:00
parent 1c955bf57e
commit de7074a1da
2 changed files with 83 additions and 14 deletions

View File

@@ -1474,6 +1474,17 @@
year = {1985}
}
@article{HaynesF87,
author = {Christopher T. Haynes and
Daniel P. Friedman},
title = {Embedding Continuations in Procedural Objects},
journal = {{ACM} Trans. Program. Lang. Syst.},
volume = {9},
number = {4},
pages = {582--598},
year = {1987}
}
# Splitter
@inproceedings{QueinnecS91,
author = {Christian Queinnec and
@@ -2245,4 +2256,14 @@
number = {6},
pages = {687--730},
year = {2007}
}
}
# Sitaram's phd dissertation
@phdthesis{Sitaram94,
author = {Dorai Sitaram},
title = {Models of Control and Their Implications for Programming Language Design},
school = {Rice University, Houston, Texas, {USA}},
month = apr,
year = {1994}
}