This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home.

Ticket 76: Proposed optional module: load

2011-02-03 05:38:55
WG1 - Modules
alexshinn
major
cowan
fixed
source
closed
2010-09-07 07:03:13
defect

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.

resolutionfixed
statusnewclosed

WG1 voted to accept this module.

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.