mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
9 lines
244 B
Markdown
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`
|