call-with-composable-continuation etc. in terms of abort-to-prompt Daphne Preston-Kendal (01 Mar 2025 12:32 UTC)
Re: call-with-composable-continuation etc. in terms of abort-to-prompt Marc Nieper-Wißkirchen (01 Mar 2025 12:43 UTC)

call-with-composable-continuation etc. in terms of abort-to-prompt Daphne Preston-Kendal 01 Mar 2025 12:32 UTC

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