1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
@ifhtml
@node Index, Procedure and Macro Index, About SLIB, Top
@unnumbered Index
@end ifhtml
@ifnotinfo
@menu
* Procedure and Macro Index::
* Variable Index::
* Concept Index::
@ifhtml
* SLIB:: Full Table of Contents
@end ifhtml
@end menu
@end ifnotinfo
@ifnotinfo
@node Procedure and Macro Index, Variable Index, Index, Index
@end ifnotinfo
@unnumbered Procedure and Macro Index
This is an alphabetical list of all the procedures and macros in SLIB.
@printindex fn
@ifnotinfo
@node Variable Index, Concept Index, Procedure and Macro Index, Index
@end ifnotinfo
@unnumbered Variable Index
This is an alphabetical list of all the global variables in SLIB.
@printindex vr
@ifnotinfo
@node Concept Index, , Variable Index, Index
@end ifnotinfo
@unnumbered Concept and Feature Index
@printindex cp
@ifhtml
@node SLIB, , , Index
@unnumbered SLIB
@noindent
@dfn{SLIB} is a portable library for the programming language
@dfn{Scheme}. It provides a platform independent framework for using
@dfn{packages} of Scheme procedures and syntax. As distributed, SLIB
contains useful packages for all Scheme implementations. Its catalog
can be transparently extended to accomodate packages specific to a site,
implementation, user, or directory.
@end ifhtml
@contents
|