On Sun, Jun 09, 2002 at 05:18:31PM -0400, Dan Sugalski wrote: > Who says we're only using callcc to capture continuations? We can do > it anywhere, so we potentially need the registers stored so we can > properly restore state when we're invoked.
I don't understand what you mean. In scheme, callcc capture the current continuation and apply it to a function. If our callcc does not capture the current continuation, what does it do? -- Jerome