pkgsrc-wip/gforth/DESCR
Aleksej Saushev 2d58cd687d Import Gforth, fast and portable implementation of the ANS Forth.
This is CVS-based package to track the development.
2008-07-28 20:08:05 +00:00

6 lines
360 B
Text

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.