RE: internal definitions inside `stream-define' bodies
Phil Bewig 07 Feb 2003 03:13 UTC
On Thursday, February 06, 2003 3:53 PM, felix [SMTP:xxxxxx@freenet.de] wrote:
> The ref. implementation uses `... (begin <body> ...)' around
> the body-expression(s) of `stream-define', which is probably
> not right, since it doesn't allow internal definitions.
> I propose using `... (let () <body> ...)' instead.
Good idea. Thanks. I will make this change to future versions
of the reference implementation.
> A wonderful SRFI-text, BTW.
Many thanks for your kind words.
Phil