Thanks for the reply. It is still good to know it. In any case, environments egg is nice. Daishi
On 1/26/07, felix winkelmann <[EMAIL PROTECTED]> wrote:
On 1/17/07, Daishi Kato <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to make an environment in which I can use streams. > stream-cons in srfi-40 is surely written as a macro, > and is not be able to be included in a new environment. > > Any workaround for this? > The environments egg does not handle macros at all. Environments are usually bindings of variables to values. Macros are completely separate. Sorry, I know this doesn't help you much, but "environments" was never intended to handle macros. cheers, felix
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
