diff options
Diffstat (limited to 'lang/gforth/pkg/DESCR')
-rw-r--r-- | lang/gforth/pkg/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gforth/pkg/DESCR b/lang/gforth/pkg/DESCR new file mode 100644 index 00000000000..aacfaeb912f --- /dev/null +++ b/lang/gforth/pkg/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 innerpreter is +indirect or direct threaded. |