interaction-environment
-- r7rs
Definition procedure
;
interaction-environment
(from vonuvoli
);Procedure variants:
(() -> (eval-environment))
eval-environment
;scheme:repl
-- (scheme repl)
;scheme:r5rs
-- (scheme r5rs)
;scheme
-- (scheme)
;(interaction-environment)
This procedure returns a specifier for a mutable environment that contains an implementation-defined set of bindings, typically a superset of those exported by
(scheme base)
. The intent is that this procedure will return the environment in which the implementation would evaluate expressions entered by the user into a REPL.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.