summaryrefslogtreecommitdiff
path: root/doc/sources/libguile-overview.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-02-02 12:16:30 +0100
committerAndy Wingo <wingo@pobox.com>2012-02-02 12:16:30 +0100
commitc99acbf3978220873235c17a79fb37ef0933f3c6 (patch)
tree3ce2200ad0b99baddc21dcf3bc1e216241ae8a9e /doc/sources/libguile-overview.texi
parent64de6db5c6a73ffe24fca79cc3be13751f152d28 (diff)
downloadguile-c99acbf3978220873235c17a79fb37ef0933f3c6.tar.gz
Remove unused doc/sources/
* doc/sources: Remove. It is not used at all, presumably because all it had to offer was already incorporated in the manual.
Diffstat (limited to 'doc/sources/libguile-overview.texi')
-rw-r--r--doc/sources/libguile-overview.texi30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/sources/libguile-overview.texi b/doc/sources/libguile-overview.texi
deleted file mode 100644
index 96a4a76ce..000000000
--- a/doc/sources/libguile-overview.texi
+++ /dev/null
@@ -1,30 +0,0 @@
-@node Libguile overview
-@chapter Libguile overview
-@cindex libguile - overview
-
-Extension languages, like Guile, Python and Tcl, can be embedded into a
-C program, @footnote{Or a C++ or Fortran or Pascal program if you want.}
-and thus allow the user to @emph{extend} the C program.
-
-The way this is done is by providing a C language library with a well
-defined interface. The interface consists of a set of public and
-documented C-callable routines that offer the full interpreter
-functionality, and allow the conversion of data between C and the
-extension language.
-
-@menu
-* An example of libguile functionality::
-* What can be done with libguile::
-* Schizofrenia -- two APIs::
-@end menu
-
-@node An example of libguile functionality
-@section An example of libguile functionality
-
-[Two examples: using strings and using data conversion.]
-
-@node What can be done with libguile
-@section What can be done with libguile
-
-@node Schizofrenia -- two APIs
-@section Schizofrenia -- two APIs