• SRFI 248: Minimal delimited continuations

    From Arthur A. Gleckler@21:1/5 to All on Sun Oct 29 15:44:24 2023
    Scheme Request for Implementation 248,
    "Minimal delimited continuations",
    by Marc Nieper-Wißkirchen,
    is now available for discussion.

    Its draft and an archive of the ongoing discussion are available at <https://srfi.schemers.org/srfi-248/>.

    You can join the discussion of the draft by filling out the
    subscription form on that page.

    You can contribute a message to the discussion by sending it to <srfi-248@srfi.schemers.org>.

    Here's the abstract:

    Scheme's exception system is extended so that exception handlers
    gain access to the delimited continuation representing the rest of
    the computation of the call of the thunk guarded by the
    handler. Algebraic effect handlers can be directly expressed in this
    extended exception system. The system directly implements the
    shift0/reset0 delimited control operators. It is well known that
    other delimited control operators like prompt0/control0 or
    reset/shift are expressible in shift0/reset0 (and vice versa).

    Regards,


    SRFI Editor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)