| autoload |
| List of: | Glossary Items | |
| Subjects: | Scheme AIDE Application, Scheme Interface | |
| Contents: | Glossary | |
| autoload is a native Scheme command that will cause a file containing a procedure to be automatically loaded into Scheme when that procedure is first called. For example, help data files can remain unloaded until the user requests help, at which time the help procedure would autoload the data files. | |||||