GNU Info

Info Node: (librep.info)Loading

(librep.info)Loading


Next: Compiled Lisp Prev: Threads Up: The language
Enter node , (file) or (file)node

Loading
=======

   In Lisp, programs (also called "modules", or "libraries") are stored
in files. Each file is a sequence of Lisp forms (known as "top-level
forms"). Most of the top-level forms in a program will be definitions
(i.e. function, macro or variable definitions) since generally each
library is a system of related functions and variables.

   Before the program can be used it has to be "loaded" into the
editor's workspace; this involves reading and evaluating each top-level
form in the file, i.e. instantiating all function definitions, or
whatever.

Load Function
The function which loads programs
Autoloading
Functions can be loaded on reference
Features
Module management functions

automatically generated by info2www version 1.2.2.9