aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-06 09:05:33 +0000
committerantirez <antirez>2005-03-06 09:05:33 +0000
commit4dfaf94549dc1e2d4f8136d71d571231d8d5f779 (patch)
treef9bb7f5e38a333844e14fdcedb45e72ea2a09bcb /doc
parentdbf8ed3877b3f09fb7291d9d30a702f18d73f7da (diff)
downloadjimtcl-4dfaf94549dc1e2d4f8136d71d571231d8d5f779.zip
jimtcl-4dfaf94549dc1e2d4f8136d71d571231d8d5f779.tar.gz
jimtcl-4dfaf94549dc1e2d4f8136d71d571231d8d5f779.tar.bz2
AIO doc update
Diffstat (limited to 'doc')
-rw-r--r--doc/AIO-Extension.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/AIO-Extension.txt b/doc/AIO-Extension.txt
index 539b471..0a98804 100644
--- a/doc/AIO-Extension.txt
+++ b/doc/AIO-Extension.txt
@@ -8,7 +8,8 @@ The AIO (ANSI I/O) extension implements an I/O interface for Jim using only
ANSI-C capabilities. The goal of the extension is to make Jim able to
work with files in environments where the only assumption that can be
done is that there is an ANSI-C compiler, or where the binary size matters
-(the AIO extension is very small compared to size the real Tcl Channels).
+(the AIO extension is very small compared to size that the real Tcl-alike
+channels implementation will have).
Goals
~~~~~
@@ -20,6 +21,7 @@ The first is the idea to build a replacement for autoconf/automake
using the fact that Jim is small and ANSI-C, so the build process may
build Jim with the assumption of an ANSI-C compiler, and a Jim script will
check what exists in the system and will generate the Makefile and config.h.
+Autconf/make is such a crap that it's worth to experiment with this idea...
The second idea is to create a micro starkit runtime, using a very small
implementation of zlib called muzcat, and AIO.