diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:38 -0800 |
commit | 64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 (patch) | |
tree | 1b23b8e8005328194e2fb4bf653806c85050933f /slib.doc | |
parent | 5bea21e81ed516440e34e480f2c33ca41aa8c597 (diff) | |
download | slib-64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34.tar.gz slib-64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34.zip |
Import Upstream version 3a5upstream/3a5
Diffstat (limited to 'slib.doc')
-rw-r--r-- | slib.doc | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -6,18 +6,19 @@ NAME SLIB - Scheme Library SYNOPSIS - slib [ scm | gsi | mzscheme | guile | slib48 | scheme48 | scmlit ] + slib [ scheme | scm | gsi | mzscheme | guile | scheme48 | scmlit | elk + | sisc | kawa ] DESCRIPTION "SLIB" is a portable library for the programming language "Scheme". It - provides a platform independent framework for using "packages" of - Scheme procedures and syntax. As distributed, SLIB contains many use- - ful packages. Its catalog can be transparently extended to accomodate + provides a platform independent framework for using "packages" of + Scheme procedures and syntax. As distributed, SLIB contains many use- + ful packages. Its catalog can be transparently extended to accomodate packages specific to a site, implementation, user, or directory. OPTIONS - The optional argument to the slib script is the Scheme implementation - to run. Absent the argument, it searches for implementations in the + The optional argument to the slib script is the Scheme implementation + to run. Absent the argument, it searches for implementations in the above order. ENVIRONMENT VARIABLES @@ -35,8 +36,8 @@ SEE ALSO The SLIB home-page: http://swiss.csail.mit.edu/~jaffer/SLIB.html - The full documentation for slib is maintained as a Texinfo manual. If - the info and slib programs are properly installed at your site, the + The full documentation for slib is maintained as a Texinfo manual. If + the info and slib programs are properly installed at your site, the command info slib |