cyclone/docs/api/scheme/repl.md
Justin Ethier 8d2660ae40 Repl docs
2018-04-30 20:45:06 -04:00

571 B

layout title
main API

REPL Library

The (scheme repl) library provides functions related to Read-Eval-Print-Loops.

For more information see the R7RS Scheme Specification.

interaction-environment

(interaction-environment)

This procedure returns a specifier for a mutable environment that is the same as the one used by Cyclone's built-in REPL.

repl

(repl)

Starts an interactive REPL. This is not a standard function provided by R7RS.