chickadee » scheme » eval » environment

environment LIST ...procedure

This procedure returns a specifier for the environment that results by starting with an empty environment and then importing each list, considered as an import set, into it. (See section 5.6 of R7RS for a description of import sets.) The bindings of the environment represented by the specifier are immutable, as is the environment itself.