R7RSExtensions - leftmike/foment GitHub Wiki
These are extensions to R7RS.
procedure: (interaction-environment import-set ...)
The procedure interaction-environment can be passed one or more import-sets. A
mutable environment will be returned containing the bindings specified by the
import-sets.
procedure: (eval expr env)
procedure: (load filename)
procedure: (load` filename env)
These procedures will recognize define-library forms and define the specified library. This
means that you can define libraries in interactive sessions and load them using load and the
command line options -l or --load.
library declaration: (aka library-name)
Declare library-name as an additional name for a library.