|
|
|
|
|
by kccqzy
116 days ago
|
|
Constrained GOTO semantics sounds a lot like delimited continuations. Indeed I think Scheme continuations are a little too powerful for regular use by having the possibility of global effect (like longjmp). Delimited continuations make the effect more local. |
|
Like, I have a few partial mental models for everything that they pull together. I haven't really tried to build on that, though. Should put some time to that.