Understanding *abort continuations in scheme/racket
Days ago i started reading about continuations and delimited continuation control operators in Scheme (i’m working in racket but using scheme continuations). In that context i was trying the shift/reset operators implementation in terms of call/cc
according of this paper. The code works as expected: