[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: internal definitions inside `stream-define' bodies

This page is part of the web mail archives of SRFI 40 from before July 7th, 2015. The new archives for SRFI 40 contain all messages, not just those from before July 7th, 2015.



On Thursday, February 06, 2003 3:53 PM, felix [SMTP:felixundduni@xxxxxxxxxx] 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