At 12:29 PM 6/11/2002 -0400, Melvin Smith wrote:
You can think of continuations as an execution "context". This context
>incudes everything, not just stack. It is a snapshot in time. You may think

Let me rephrase. The context doesn't include "everything", rather everything
that is local to that call-chain, ie. lexical or syntactical variables. Globals
aren't included in this, otherwise taking a continuation would be a complete
rollback of your program.

-Melvin

Reply via email to