Email list hosting service & mailing list manager

Implementation of reduce-right in SRFI 1 TAKIZAWA Yozo (28 Dec 2021 08:50 UTC)
Re: Implementation of reduce-right in SRFI 1 Arthur A. Gleckler (08 Jan 2022 16:47 UTC)
Re: Implementation of reduce-right in SRFI 1 Alex Shinn (09 Jan 2022 23:20 UTC)
Re: Implementation of reduce-right in SRFI 1 John Cowan (10 Jan 2022 04:13 UTC)
Re: Implementation of reduce-right in SRFI 1 Alex Shinn (10 Jan 2022 04:43 UTC)
Re: Implementation of reduce-right in SRFI 1 Marc Nieper-Wißkirchen (10 Jan 2022 12:02 UTC)
Re: Implementation of reduce-right in SRFI 1 Arthur A. Gleckler (10 Jan 2022 16:31 UTC)
Re: Implementation of reduce-right in SRFI 1 Arthur A. Gleckler (23 Oct 2022 01:45 UTC)
Re: Implementation of reduce-right in SRFI 1 TAKIZAWA Yozo (10 Jan 2022 11:54 UTC)

Re: Implementation of reduce-right in SRFI 1 TAKIZAWA Yozo 10 Jan 2022 11:54 UTC

Thank you for your reply. I noticed the difference only in the
definition in GNU Guile, except for the Chibi-Scheme implementation
reported before, although it seems to be practically equivalent to the
reference implementation. Here is a gist code which has reduce-right
definitions in some Scheme implementations arranged by me to same
variables and indents:
https://gist.github.com/ytaki0801/4ce2f5390e265b0bb11970a19f3ee7df

--
TAKIZAWA Yozo

2022-01-09 Sun 1:47 Arthur A. Gleckler <xxxxxx@speechcode.com>:
>
> On Tue, Dec 28, 2021 at 12:50 AM TAKIZAWA Yozo <xxxxxx@nbk.bz> wrote:
>>
>> Although this is not a specification topic but implementation, I send
>> it to the list as a related issue to confirm or clarify.
>
>
> Thanks for the question.  Would you mind showing some examples to make the question clearer?  It would be great if you could show examples that differ between Scheme implementations.
>
> Thanks, and happy new year.