Email list hosting service & mailing list manager

One more review. Vladimir Nikishkin (09 Oct 2021 09:56 UTC)
Re: One more review. John Cowan (10 Oct 2021 03:52 UTC)
Re: One more review. Marc Nieper-Wißkirchen (10 Oct 2021 13:40 UTC)
Re: One more review. Marc Nieper-Wißkirchen (07 Sep 2022 08:36 UTC)
Re: One more review. Vladimir Nikishkin (07 Sep 2022 14:22 UTC)
Re: One more review. Marc Nieper-Wißkirchen (07 Sep 2022 15:07 UTC)
Re: One more review. John Cowan (07 Sep 2022 14:36 UTC)
Re: One more review. Marc Nieper-Wißkirchen (07 Sep 2022 16:12 UTC)
Re: One more review. Marc Nieper-Wißkirchen (07 Sep 2022 17:42 UTC)
Re: One more review. John Cowan (07 Sep 2022 19:02 UTC)
Re: One more review. Marc Nieper-Wißkirchen (07 Sep 2022 20:55 UTC)
Re: One more review. John Cowan (07 Sep 2022 23:38 UTC)
Re: One more review. Marc Nieper-Wißkirchen (08 Sep 2022 05:56 UTC)

Re: One more review. Vladimir Nikishkin 07 Sep 2022 13:52 UTC

Marc Nieper-Wißkirchen <xxxxxx@gmail.com> writes:

>>** 5.3 An iterator for the empty list returns <code>#f</code> and an iterator for the empty list.  An iterator for a non-empty list returns the head of the list and an iterator for its tail.

>>So, the iterators for (#f, '()), and for '() return the same two values?
>>I am feeling an "off by one" error here.

>I don't understand what you mean.  There is no such thing as an
>iterator for the pair (#f, '()).

Sorry, I didn't formulate it clearly. If a list only has a single
element, that is #f. This #f is its head, and rest is an empty list.

Calling this iterator will produce ... an #f, and an iterator for an
empty list.

On the other hand, an iterator for an actual empty list, which has no #f
as its head. Calling it will ... also produces an #f and an iterator for
an empty list.

>What would you suggest?
>"current-exception-handler-stack" or "current-exception-handler-list" or just "exception-handler-stack"?

I find "current-exception-handler-stack more aesthetically pleasing :).

>I am sorry again for the long time delay.

As long as it is an excellent SRFI, it's worth waiting :). Thank you.

--
Your sincerely,
Vladimir Nikishkin (MiEr, lockywolf)
(Laptop)