2003-01-27 15:47:23 -05:00
|
|
|
Scheme Untergrund Library
|
|
|
|
|
|
|
|
The Scheme Untergrund Library hosts contributed code for Scheme48 and
|
|
|
|
Scsh. In addition to acting as host, the project provides a
|
|
|
|
centralized way to access these packages from the languages' module
|
|
|
|
system.
|
|
|
|
|
2003-02-24 13:48:44 -05:00
|
|
|
Sunterlib is hosted at Savannah:
|
|
|
|
http://savannah.nongnu.org/projects/sunterlib/
|
|
|
|
|
|
|
|
USE
|
|
|
|
|
|
|
|
To use sunterlib, first make sure the library is installed (see
|
|
|
|
INSTALL).
|
|
|
|
|
|
|
|
After installation, the library is available in
|
|
|
|
/usr/local/lib/sunterlib,
|
|
|
|
and the documentation is available in
|
|
|
|
/usr/local/share/doc/sunterlib
|
|
|
|
(or the corresponding subdirectories of the prefix used for
|
|
|
|
installation).
|
|
|
|
|
2003-05-07 14:06:12 -04:00
|
|
|
The file "sunterlib.scm" is the full sunterlib interface for use with
|
|
|
|
scsh ("sunterlib.scm" is composed of the deprecated "interfaces.scm"
|
|
|
|
and "packages.scm").
|
2003-02-24 13:48:44 -05:00
|
|
|
|
2003-05-07 14:06:12 -04:00
|
|
|
The file "sunterlib-s48.scm" is the sunterlib subset interface for use
|
|
|
|
with scheme48 ("sunterlib-s48.scm" is composed of the deprecated
|
|
|
|
"s48-interfaces.scm" and "s48-packages.scm").
|
2003-02-24 13:48:44 -05:00
|
|
|
|
|
|
|
A typical scsh script might start like this:
|
|
|
|
|
|
|
|
#!/usr/local/bin/scsh \
|
2003-05-07 14:06:12 -04:00
|
|
|
-lm /usr/local/lib/sunterlib/sunterlib.scm -o foo -s
|
2003-02-24 13:48:44 -05:00
|
|
|
!#
|
|
|
|
|
|
|
|
where "foo" is a sunterlib package needed by your script.
|
|
|
|
|
|
|
|
BUGS
|
|
|
|
|
|
|
|
Please use the bug tracking system to report bugs:
|
|
|
|
http://savannah.nongnu.org/bugs/?group=sunterlib
|