chickadee » eval » eval

eval EXP #!optional ENVIRONMENTprocedure

Evaluates EXP and returns the result of the evaluation. The second argument is optional and defaults to the value of (interaction-environment).

Note: if you want to eval an expression containing chicken special forms you must

 (use chicken-syntax)

before calling eval.