Simpler calling convention? Lassi Kortela (05 May 2020 13:41 UTC)
Re: Simpler calling convention? Marc Nieper-Wißkirchen (05 May 2020 13:52 UTC)
Re: Simpler calling convention? John Cowan (05 May 2020 15:01 UTC)
Re: Simpler calling convention? Marc Nieper-Wißkirchen (05 May 2020 15:13 UTC)
Re: Simpler calling convention? Lassi Kortela (05 May 2020 15:44 UTC)

Re: Simpler calling convention? Lassi Kortela 05 May 2020 15:43 UTC

> I've simplified things by removing the optional *s* argument everywhere,
> adding a parameter `current-random-source` initialized to SRFI 27's
> `default-random-source`, and a trivial bit of syntax (with-random-source
> source proc arg ...) that directly replaces any call that would use an
> explicit *s* argument.  That puts all the optionality at the right end
> in the usual way.

LGTM! Thank you.