Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (17 Aug 2022 19:58 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (18 Aug 2022 14:57 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (11 Sep 2022 07:32 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (11 Sep 2022 17:59 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (11 Sep 2022 18:25 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (12 Sep 2022 17:33 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (14 Sep 2022 06:48 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (17 Sep 2022 15:51 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Marc Nieper-Wißkirchen (20 Sep 2022 06:33 UTC)
Re: Video on continuations, and call/cc-safe programming in the SRFI Bradley Lucier (20 Sep 2022 22:36 UTC)

Re: Video on continuations, and call/cc-safe programming in the SRFI Bradley Lucier 20 Sep 2022 22:36 UTC

On 9/20/22 2:33 AM, Marc Nieper-Wißkirchen wrote:
> By the way, is there a reason why you want the getters invoked in
> lexicographic order?

I want to be able to use array->list or array-copy to read an image
file, for example.  I have an example of reading a PGM file, I linked to
it from the array-copy]!] documentation with this commit:

https://github.com/gambiteer/srfi-231/commit/bba33eff682dc8fe632473692a93f620f77b19a4

My local copy of the updated document is here:

https://htmlpreview.github.io/?https://github.com/gambiteer/srfi-231/blob/call/cc-fix/srfi-231.html

Brad