Next: Exceptions
Up: Built-in Parameters
Previous: Loading
- current-library-collection-paths: parameter for a list of directory pathnames
for library collections used by require-library. See
Chapter 15 for more information.
- require-library-use-compiled: parameter for a Boolean value
indicating whether require-library (see Chapter 15) loads
compiled library files. If the value of this parameter is a true
value, then require-library uses load/use-compiled to load
library files, otherwise require-library uses
load.
- current-require-relative-collection: parameter for a non-empty list of
collection names (forming a subcollection path) used by
require-relative-library, or #f if there is no current
library collection. See Chapter 15 for more information.
PLT