Files
ports/lang/gforth/pkg-descr
T
Alexey Dokuchaev a02b3fd72d lang/gforth: try to unbreak the port's build against GCC 15
... by pulling two upstream patches.  While here, spell out
ANS Forth (1994) in the COMMENT and port description, fix a
typo, and provide a more meaningful MAKE_JOBS_UNSAFE reason.

PR:	293330
2026-02-24 17:40:06 +00:00

7 lines
347 B
Plaintext

Gforth is a fast and portable implementation of the ANS Forth (1994)
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 a manual. Gforth employs traditional
implementation techniques: its inner interpreter is indirect or
direct threaded.