Procedures for On the Fly Evaluation
====================================
- primitive: eval exp environment
Evaluate EXP, a list representing a Scheme expression, in the
environment given by ENVIRONMENT SPECIFIER.
- primitive: interaction-environment
This procedure returns a specifier for the environment that
contains implementation-defined bindings, typically a superset of
those listed in the report. The intent is that this procedure
will return the environment in which the implementation would
evaluate expressions dynamically typed by the user.
- primitive: eval-string string
Evaluate STRING as the text representation of a Scheme form or
forms, and return whatever value they produce. Evaluation takes
place in (interaction-environment).
- primitive: apply:nconc2last lst