diff options
Diffstat (limited to 'doc/ref/intro.texi')
-rw-r--r-- | doc/ref/intro.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index 4821479fe..c91aacb60 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -46,6 +46,9 @@ manual. @menu * Guile and Scheme:: * Combining with C:: +* Guile and the GNU Project:: +* Interactive Programming:: +* Supporting Multiple Languages:: * Obtaining and Installing Guile:: * Whirlwind Tour:: * Reporting Bugs:: @@ -128,6 +131,15 @@ routines for general distribution; as of this writing, one can find Emacs interfaces, database access routines, compilers, @acronym{GUI} toolkit interfaces, and @acronym{HTTP} client functions, among others. +@node Guile and the GNU Project +@section Guile and the GNU Project + +@node Interactive Programming +@section Interactive Programming + +@node Supporting Multiple Languages +@section Supporting Multiple Languages + In the future, we hope to expand Guile to support other languages like Tcl and Perl by translating them to Scheme code. This means that users can program applications which use Guile in the language of their |