It's been on my to-do list for a long time. Gauche has a specialized mechanism of continuation handling to support shift/reset efficiently, however, and it's not straightforward to simply rewrite delimited continuations based on srfi-226 primitives Gauche has as built-in.
On Sat, Mar 1, 2025 at 2:32 AM Daphne Preston-Kendal <d...@nonceword.org> wrote: > Hi, > > Guile and Gauche both support the basic prompt/abort operations from the > (srfi :226 control prompts) library. > > Is it possible to implement the call-* forms from (srfi :226 control > continuations) in terms of these (even if efficiency is no object)? > > > Daphne > >