Should SRFI-69 should always evaluate in same order? Jakub T. Jankiewicz (14 Jan 2024 12:18 UTC)
Re: Should SRFI-69 should always evaluate in same order? Jakub T. Jankiewicz (14 Jan 2024 15:35 UTC)
Re: Should SRFI-69 should always evaluate in same order? Jeronimo Pellegrini (14 Jan 2024 15:53 UTC)
Re: Should SRFI-69 should always evaluate in same order? Marc Nieper-Wißkirchen (14 Jan 2024 16:10 UTC)

Should SRFI-69 should always evaluate in same order? Jakub T. Jankiewicz 14 Jan 2024 12:18 UTC

I have a question about SRFI-69. Example implementation R7RS always evaluate
in the same order. Is this implementation ok according the SRFI, or should it
always run the code in different order (random)?

Is unspecified, can be always the same or can it be random?

I implemented lips macro for LIPS Scheme that use randomize of the code
before returning the results.

My code use JavaScript Array::sort with Math.random, that is not real random
like real shuffle but it give different result each time.

--
Jakub T. Jankiewicz, Senior Front-End Developer
https://jcubic.pl/me
https://koduj.org