On Fri 16 Dec 2011 18:44, Mark H Weaver <m...@netris.org> writes:

> Andy Wingo <wi...@pobox.com> writes:
>>> (define foo 'module-a)
>>> (define-syntax alt-environment
>>>   (syntax-rules ()
>>>     ((_) (the-environment))))
>>
>>> and then evaluate the following within module B:
>>
>>> (define foo 'module-b)
>>> (local-eval 'foo (alt-environment))
>>
>>> What should the result be?
>
> Having thought more about this, I'm fully convinced that 'module-a
> should be the answer.

Me too.

Andy
-- 
http://wingolog.org/

Reply via email to