scm-discuss
[Top][All Lists]
Advanced

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

Re: [Scm-discuss] eval couldn't bind local variable?


From: Aubrey Jaffer
Subject: Re: [Scm-discuss] eval couldn't bind local variable?
Date: Sun, 03 Apr 2011 15:00:34 -0400 (EDT)

 | From: Tom Kwong <address@hidden>
 | Date: Sun, 3 Apr 2011 11:06:27 -0700
 | 
 | Thanks for the quick response. 
 | 
 | Is there any other construct that would eval at the locally bound
 | environment?  It seems somewhat un-intuitive the way it is and I
 | have a need to do just that.

People use macros for that sort of thing.  It would help to know more
specifically what you are trying to do.

If you are trying to access local bindings (as opposed to evaluating
s-expressions), <http://people.csail.mit.edu/jaffer/scm_4.html#SEC66>
has some operators which might help.



reply via email to

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