guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-scsh USAGE


From: Gary Houston
Subject: guile/guile-scsh USAGE
Date: Mon, 27 Nov 2000 13:35:30 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   00/11/27 13:35:29

Modified files:
        guile-scsh     : USAGE 

Log message:
        

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-scsh/USAGE.diff?r1=1.2&r2=1.3

Patches:
Index: guile/guile-scsh/USAGE
diff -u guile/guile-scsh/USAGE:1.2 guile/guile-scsh/USAGE:1.3
--- guile/guile-scsh/USAGE:1.2  Mon Nov 27 13:27:04 2000
+++ guile/guile-scsh/USAGE      Mon Nov 27 13:35:29 2000
@@ -1,3 +1,24 @@
+The entire guile-scsh package can be loaded into a running Guile
+interpreter with:
+
+(load-from-path "scsh/init")
+
+Warning: this will take a while and will clobber various Guile
+definitions.
+
+It's probably more useful to import parts of scsh individually using
+the Guile module system, but this is not yet possible for all parts of
+the library.
+
+The remainder of this file lists the modules and the exported symbols
+for each.  The modules don't necessarily correspond with scsh
+structures, since the Guile module system requires a correspondence
+between module names and files.  It was considered desirable to leave
+the scsh file layouts relatively intact, to simplify ungrading to
+newer versions of scsh.
+
+This list was generated with help from the make-module-list script.
+
 (scsh alt-syntax)
 ;; not compatible with (ice-9 syncase)
 (define-syntax syntax-rules)
@@ -115,6 +136,7 @@
 (read-line read-paragraph read-delimited read-delimited! skip-char-set)
 
 (scsh here)
+;; exports nothing, but installs a read macro for #<
 ()
 
 (scsh scsh-version)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]