summaryrefslogtreecommitdiffstats
path: root/development/4th
diff options
context:
space:
mode:
author B. Watson2020-10-12 23:45:28 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:41 +0200
commit3ce94c6fa500b6a18015ef9da35173ff6d7e8c91 (patch)
treec83978662d104e9dad42966f56f57a8e1ea1d556 /development/4th
parent9116056f01b23bd1c41bd2621c3ea4745841f73a (diff)
downloadslackbuilds-3ce94c6fa500b6a18015ef9da35173ff6d7e8c91.tar.gz
development/4th: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/4th')
-rw-r--r--development/4th/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/4th/README b/development/4th/README
index dfdcb3236d..6045bd8dcd 100644
--- a/development/4th/README
+++ b/development/4th/README
@@ -1,7 +1,8 @@
4tH is basic framework for creating application specific scripting
languages. It is a library of functions centered around a virtual
-machine, which guarantees high performance, ease of use and low overhead.
+machine, which guarantees high performance, ease of use and low
+overhead.
But in the meanwhile 4tH has acquired a reputation as an educational
-tool. Its simplicity makes it perfectly suited to learn Forth, from which
-it has been derived.
+tool. Its simplicity makes it perfectly suited to learn Forth, from
+which it has been derived.