Comment by shawn_w 2 days ago Go straight for delimited continuations, which give you global ones for free. 1 comment shawn_w Reply bjoli 2 days 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 2 days 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.