Node:Local Evaluation, Next:Evaluator Behaviour, Previous:Delayed Evaluation, Up:Read/Load/Eval
[the-environment]
local-eval exp [env] | Scheme Procedure |
scm_local_eval (exp, env) | C Function |
Evaluate exp in its environment. If env is supplied, it is the environment in which to evaluate exp. Otherwise, exp must be a memoized code object (in which case, its environment is implicit). |