diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-10-15 07:59:36 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:07 -0200 |
commit | a2837c5a192bf9692ff02e2124baaad8f6f76566 (patch) | |
tree | 686d582ec555cb46902fee26441fd2b9b5cfdb49 /development/4th/README | |
parent | 183ee1043c5b6104b03e72644775019f27aba3b4 (diff) | |
download | slackbuilds-a2837c5a192bf9692ff02e2124baaad8f6f76566.tar.gz |
development/4th: Added (The friendly Forth compiler/interpreter)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/4th/README')
-rw-r--r-- | development/4th/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/4th/README b/development/4th/README new file mode 100644 index 0000000000..dfdcb3236d --- /dev/null +++ b/development/4th/README @@ -0,0 +1,7 @@ +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. + +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. |