DESCR 508 B

123456789
  1. Gforth is a fast and portable implementation of the ANS Forth language.
  2. It works nicely with the Emacs editor, offers some nice features such as
  3. input completion and history, backtraces, a decompiler and a powerful
  4. locals facility, and it even has a manual. Gforth combines traditional
  5. implementation techniques with newer techniques for portability and
  6. performance: its inner interpreter is direct threaded with
  7. several optimizations, but you can also use a traditional-style indirect
  8. threaded interpreter.