diff options
author | G. Schoenmakers <gschoen@iinet.net.au> | 2013-02-23 23:00:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-23 23:00:15 -0600 |
commit | d34c34353b70a31ab7756d48a4e9fad87eb5d56c (patch) | |
tree | 79784551730938410a5e429e9962fa021c55827e /development/kforth/README | |
parent | 86ef446c7f9f2b8ae76917b6837f2ec9dcec28a0 (diff) | |
download | slackbuilds-d34c34353b70a31ab7756d48a4e9fad87eb5d56c.tar.gz |
development/kforth: Added (A Forth programming language and environment)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/kforth/README')
-rw-r--r-- | development/kforth/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/kforth/README b/development/kforth/README new file mode 100644 index 0000000000..8d0ce87122 --- /dev/null +++ b/development/kforth/README @@ -0,0 +1,10 @@ +kForth is an implementation of the Forth programming language and +environment. The user may write Forth programs with an editor, +load these program files from kForth, and run them. kForth, like +other implementations of Forth, provides an interactive environment, +allowing the user to examine or define variables and execute or +define individual words. + +kForth is designed to be installed on a 32-bit linux operating system. +It will not install on 64-bit Slackware unless multilib support is +installed.
\ No newline at end of file |