Using the SLIB package with

Aubrey Jaffer maintains a package called SLIB which is a portable Scheme library which provides compatibility and utility functions for all standard Scheme implementations. To use this package, you have just to type

(require "slib")
and follow the instructions given in the SLIB library to use a particular package.
\begin{note}
{\em SLIB} uses also the {\em require/provide} mechanism to load co...
...ir
parameter is a symbol, this is the {\em SLIB} one which is called.
\end{note}