add delimited continuations to bib

This commit is contained in:
rhiannon morris 2024-04-04 19:26:30 +02:00
parent 41c8a92c97
commit 727f968afb
1 changed files with 15 additions and 0 deletions

View File

@ -397,3 +397,18 @@
url = {https://doi.org/10.1145/3591241},
doi = {10.1145/3591241},
}
@inproceedings{delcont-callcc,
author = {Martin Gasbichler and Michael Sperber},
editor = {Mitchell Wand and Simon L. Peyton Jones},
title = {Final shift for \texttt{call/cc}:
direct implementation of shift and reset},
journaltitle = {Proceedings of the {ACM} on Programming Languages},
number = {{ICFP}},
pages = {271--282},
publisher = {{ACM}},
year = {2002},
% url = {https://doi.org/10.1145/581478.581504},
url = {https://www.cs.tufts.edu/~nr/cs257/archive/mike-sperber/shift-reset-direct.pdf},
doi = {10.1145/581478.581504},
}