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