Reputation: 10303
I am reading a blog post about continuations, which describes how the reset
block is reified. Can anybody formulate the exact rule of that reification?
Upvotes: 4
Views: 325
Reputation: 21112
The linked paper by Tiark Rompf, Ingo Maier, Martin Odersky contains many examples of Scala's continuations, as well as implementation details of the compiler plugin,
http://lamp.epfl.ch/~rompf/continuations-icfp09.pdf
Upvotes: 1