cyclone/docs/api/scheme/eval.md
2016-09-29 00:15:26 -04:00

9 lines
244 B
Markdown

# Eval Library
The `(scheme eval)` library exports procedures for evaluating Scheme data as programs.
For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.pdf).
- `eval`
- `create-environment`
- `setup-environment`