descriptionThe `load` module provides access to loading files of Scheme code (which may be source code or in some compiled format). It exports the 1 identifier `load`, which is not in IEEE Scheme and is optional in R5RS. This module cannot be available if the `eval` module is not. Most likely the `files` module should be available too, though in principle `load`'s argument could be something else.The `load` module provides access to loading files of Scheme code at run time (which may be source code or in some compiled format). It exports the 1 identifier `load`, which is not in IEEE Scheme and is optional in R5RS. This module cannot be available if the `eval` module is not. Most likely the `files` module should be available too, though in principle `load`'s argument could be something else.
WG1 voted to accept this module.