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

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.



Hello, everybody.


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.

A wonderful SRFI-text, BTW.


cheers,
felix