[plt-scheme] Question about eval and environments

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Thu Oct 25 13:56:45 EDT 2007

Mike J. Bell wrote:
> Ok, will do.
>
> How about "in long?"  Why can't eval bind to an environment that 
> encompasses the lexical closure I made?
>
> Mike
>
(eval expr [namespace]) evaluates expr in namespace, or in the current 
namespace if namespace is not supplied. Namespace in PLT is just for 
top-level variable bindings, syntax bindings, module imports, and module 
declarations.

Chongkai


Posted on the users mailing list.