[plt-scheme] 'eval' function seems to completely ignore scoping rules.

Grant Rettke grettke at acm.org
Fri Jan 18 12:04:49 EST 2008


On Jan 18, 2008 10:55 AM, Ran Gutin <manicmessiah at gmail.com> wrote:
> So why does the 'eval' function completely ignore the current scope and
> search the global namespace?

This is the expected behavior. Eval only works on the top level environment.



More information about the plt-scheme mailing list