1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00

Add a some new references, apply minor adjustments to some existing references.

This commit is contained in:
2020-10-23 13:36:29 +01:00
parent 8889ecb463
commit 397c753ce3
2 changed files with 43 additions and 37 deletions

View File

@@ -503,9 +503,10 @@ handlers.
\label{ch:continuations}
Undelimited control: Landin's J~\cite{Landin98}, Reynolds'
escape~\cite{Reynolds98a}, Scheme75's catch~\cite{SussmanS75}, callcc
is a procedural variation of catch. It was invented in
1982~\cite{Abelson91}.
escape~\cite{Reynolds98a}, Scheme75's catch~\cite{SussmanS75} ---
which was based the less expressive MacLisp catch~\cite{Moon74},
callcc is a procedural variation of catch. It was invented in
1982~\cite{AbelsonHAKBOBPCRFRHSHW85}.
Delimited control: Control delimiters form the basis for delimited
control. \citeauthor{Felleisen88} introduced control delimiters in