Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        gforth: Fast and portable implementation of the ANS Forth language
        
        
        - Summary
- 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 performance performance: its
inner innerpreter is direct threaded with several optimizations, but
you can also use a traditional-style indirect threaded interpreter.
Changelog
        
            - * Wed Sep 14 17:00:00 2005 Gerard Milmeister <gemi{%}bluewin{*}ch> - 0.6.2-5
- - changes to the trigger code 
            - * Wed Sep 14 17:00:00 2005 Gerard Milmeister <gemi{%}bluewin{*}ch> - 0.6.2-4
- - use triggers to install (x)emacs files
- create not-empty siteinit.fs 
            - * Tue Sep 13 17:00:00 2005 Gerard Milmeister <gemi{%}bluewin{*}ch> - 0.6.2-3
- - fix for building on x86_64
- patch fixing shebang executable path