[Haskell-cafe] Origin of Delimited Continuation Operators

Stephen Tetley stephen.tetley at gmail.com
Mon Jun 25 19:02:05 CEST 2012


You could try working back from the references in Dorai Sitaram's
"Handling Control" 1993, which is an important paper in the Scheme
community covering this area.

http://www.cs.rice.edu/CS/PLT/Publications/Scheme/pldi93-s.ps.gz

Shift for instance is referenced back to at least Davy and Filinski's
"Abstracting Control" 1990.

On 25 June 2012 03:13, aditya siram <aditya.siram at gmail.com> wrote:
> Hi all,
> I working through a few papers and Oleg's delimited continuation
> implementation and I'm wondering how the operators (shift, shift0P,
> control, reset, etc) got their name.
> -deech
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list