summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-05-22 13:16:23 +0200
committerAndy Wingo <wingo@pobox.com>2017-05-22 13:16:23 +0200
commit8f4597d1da371c23e19721c2fdb3177c3ae73f14 (patch)
tree2ad3ae7110a834ebb4009c84a20b21939004b528
parent9210506c4536243a46ef29bd5a6cc6a41233b8d6 (diff)
downloadguile-8f4597d1da371c23e19721c2fdb3177c3ae73f14.tar.gz
Minor updates of README.
* README: Minor updates.
-rw-r--r--README6
1 files changed, 1 insertions, 5 deletions
diff --git a/README b/README
index cffee2253..575ea5c3b 100644
--- a/README
+++ b/README
@@ -414,8 +414,6 @@ Documentation in Info format, in ${prefix}/info:
guile --- Guile reference manual.
- guile-tut --- Guile tutorial.
-
GOOPS --- GOOPS reference manual.
r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
@@ -426,9 +424,7 @@ The Guile source tree is laid out as follows:
libguile:
The Guile Scheme interpreter --- both the object library
for you to link with your programs, and the executable you can run.
-ice-9: Guile's module system, initialization code, and other infrastructure.
-guile-config:
- Source for the guile-config script.
+module: Scheme libraries included with Guile.
guile-readline:
The glue code for using GNU readline with Guile. This
will be build when configure can find a recent enough readline