← Back to context Comment by shawn_w 8 hours ago Go straight for delimited continuations, which give you global ones for free. 1 comment shawn_w Reply bjoli 1 hour ago Oh. I meant not using call/cc, but by doing local CPS transformations. This is the simple way, but has limitations with dynamic uses of reset.A direct implementation is harder, but probably more useful.
bjoli 1 hour ago Oh. I meant not using call/cc, but by doing local CPS transformations. This is the simple way, but has limitations with dynamic uses of reset.A direct implementation is harder, but probably more useful.
Oh. I meant not using call/cc, but by doing local CPS transformations. This is the simple way, but has limitations with dynamic uses of reset.
A direct implementation is harder, but probably more useful.