summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_intro.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mdk_intro.texi')
-rw-r--r--doc/mdk_intro.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mdk_intro.texi b/doc/mdk_intro.texi
index 36a5a96..5464980 100644
--- a/doc/mdk_intro.texi
+++ b/doc/mdk_intro.texi
@@ -4,7 +4,7 @@
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_intro.texi,v 1.3 2001/09/10 23:42:14 jao Exp $
+@c $Id: mdk_intro.texi,v 1.4 2001/09/13 00:13:39 jao Exp $
@node Introduction, Installing MDK, Top, Top
@comment node-name, next, previous, up
@@ -59,7 +59,8 @@ the possibility of manipulating a MIX virtual machine through a set of
Scheme functions, so that you can use this programming language to
interact with the virtual machine. In addition, @code{mixvm} and
@code{gmixvm} are also able to interpret Scheme scripts (using an
-embedded Guile interpreter), that is, they are extensible using Scheme.
+embedded Guile interpreter), that is, you can use Scheme as an extension
+language to add new functionalities to these programs.
This manual gives you a tutorial of MIX and MIXAL, and a thorough
description of the use of the @sc{mdk} utilities.