1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

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'.
This commit is contained in:
Neil Jerram 2009-12-21 01:09:43 +00:00
parent c6c8e7e06d
commit 3ce5e1304b

View file

@ -46,6 +46,9 @@ manual.
@menu @menu
* Guile and Scheme:: * Guile and Scheme::
* Combining with C:: * Combining with C::
* Guile and the GNU Project::
* Interactive Programming::
* Supporting Multiple Languages::
* Obtaining and Installing Guile:: * Obtaining and Installing Guile::
* Whirlwind Tour:: * Whirlwind Tour::
* Reporting Bugs:: * 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} Emacs interfaces, database access routines, compilers, @acronym{GUI}
toolkit interfaces, and @acronym{HTTP} client functions, among others. 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 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 Tcl and Perl by translating them to Scheme code. This means that users
can program applications which use Guile in the language of their can program applications which use Guile in the language of their