Description
gforth - Fast and portable implementation of the ANS Forth language
Distribution: PCLinuxOS
Repository: PCLinuxOS x86_64
Package name: gforth
Package version: 0.7.3
Package release: 1pclos2015
Package architecture: x86_64
Package type: rpm
Installed size: 2.83 MB
Download size: 2.83 MB
Official Mirror: ftp.nluug.nl
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.