GNU Info

Info Node: (guile.info)Fly Evaluation

(guile.info)Fly Evaluation


Next: Loading Prev: Scheme Read Up: Read/Load/Eval
Enter node , (file) or (file)node

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


automatically generated by info2www version 1.2.2.9