summaryrefslogtreecommitdiffstats
path: root/development/kForth-64/README
diff options
context:
space:
mode:
author Antonio Leal <antonio.leal@yahoo.com>2023-03-26 23:11:20 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:07 +0700
commit16eb209174b4138bb93a026815cec90c439e6b80 (patch)
tree03a87da113759d880978062313a9f9ffb846394d /development/kForth-64/README
parent6d1434275f7277653c8e4fedfcb4851b574ce47c (diff)
downloadslackbuilds-16eb209174b4138bb93a026815cec90c439e6b80.tar.gz
slackbuilds-16eb209174b4138bb93a026815cec90c439e6b80.tar.xz
development/kForth-64: Fix /etc/profile.d file.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-64/README')
-rw-r--r--development/kForth-64/README6
1 files changed, 1 insertions, 5 deletions
diff --git a/development/kForth-64/README b/development/kForth-64/README
index b109d6ddcb..1bc78cdeb5 100644
--- a/development/kForth-64/README
+++ b/development/kForth-64/README
@@ -1,11 +1,7 @@
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
-define and execute individual words. Interactive use is one of the
-main advantages in using a Forth environment for writing and testing
-computer programs.
+
kForth provides a large subset of the Forth-2012 specification for
the Forth language. It also provides some extensions and non-standard
features which its authors have found to be useful.