chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Evaluating lists with scoped let's and applying sco


From: Thomas Chust
Subject: Re: [Chicken-users] Evaluating lists with scoped let's and applying scoped macros to lists
Date: Fri, 13 Feb 2009 12:55:47 +0100

Hello Christoph,

the problem is that eval never sees local bindings introduced with let
or through function arguments, it always resolves symbols relative to
a top level environment. You should look into the environments egg
(http://chicken.wiki.br/environments) to achieve what you want.

cu,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]