From 3ce5e1304bd77eb167f856a2a163038f01f452c8 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 21 Dec 2009 01:09:43 +0000 Subject: [PATCH] Placeholders for expected remaining Intro sections * doc/ref/intro.texi (Introduction): Add menu entries and sections for `Guile and the GNU Project', `Interactive Programming' and `Supporting Multiple Languages'. --- doc/ref/intro.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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