Next: using programs, Previous: using scripts, Up: using [Index]
A library exports features that can be imported into programs and other
libraries; a library is named by a list of symbols, for example
(nausicaa uri pathname)
. The core features of the R6RS
language is provided in the library (rnrs)
; the full
Vicare features are provided by the library (vicare)
.
• using libraries intro: | Introduction to Vicare libraries. | |
• using libraries filenames: | File names from library references. | |
• using libraries paths: | Library search paths. | |
• using libraries searching: | Library search algorithms. | |
• using libraries compiling: | Compiling libraries in binary format. | |
• using libraries examples: | Examples of libraries usage. |