2008-10-25 06:40:37 -04:00
|
|
|
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, backtraces, a decompiler and a powerful
|
|
|
|
locals facility, and it even has a manual. Gforth combines traditional
|
|
|
|
implementation techniques with newer techniques for portability and
|
2008-10-25 10:54:23 -04:00
|
|
|
performance: its inner innerpreter is direct threaded with
|
2008-10-25 06:40:37 -04:00
|
|
|
several optimizations, but you can also use a traditional-style indirect
|
|
|
|
threaded interpreter.
|