Next: , Previous: Delayed Evaluation, Up: Read/Load/Eval


5.13.6 Local Evaluation

[the-environment]

— Scheme Procedure: local-eval exp [env]
— C Function: scm_local_eval (exp, env)

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).