[r6rs-discuss] [Formal] SRFI-39 should be made an R6RS library
R. Kent Dybvig
dyb at cs.indiana.edu
Sat Feb 17 09:17:25 EST 2007
> So would a simple way to describe the semantics be that `call/cc'
> captures the *contents* of the locations of the thread parameters?
Not quite. You could say that call/cc captures the contents of the
locations of the thread parameters that are parameterized in the
continuation. For parameters that are never modified via set! this
amounts to the same thing.
Kent
More information about the r6rs-discuss
mailing list