summaryrefslogtreecommitdiff
path: root/lang/gforth/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gforth/DESCR')
-rw-r--r--lang/gforth/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gforth/DESCR b/lang/gforth/DESCR
new file mode 100644
index 00000000000..9b9de235e7f
--- /dev/null
+++ b/lang/gforth/DESCR
@@ -0,0 +1,6 @@
+Gforth is a fast and portable implementation of the ANS Forth
+language. It works nicely with the Emacs editor, offers some nice
+features such as input completion and history and a powerful locals
+facility, and it even has (the beginnings of) a manual. Gforth employs
+traditional implementation techniques: its inner interpreter is
+indirect or direct threaded.