Top "Delimited-continuations" questions

A delimited continuation is a "slice" of a continuation frame that has been reified into a function

What are Scala continuations and why use them?

I just finished Programming in Scala, and I've been looking into the changes between Scala 2.7 and 2.8. The one that seems …

scala scala-2.8 continuations delimited-continuations