gforthmi-0.7.3

GNU Forth Language Environment

Install

All systems
curl cmd.cat/gforthmi-0.7.3.sh
Debian Debian
apt-get install gforth
Ubuntu
apt-get install gforth
image/svg+xml Kali Linux
apt-get install gforth
Fedora
dnf install gforth
Windows (WSL2)
sudo apt-get update sudo apt-get install gforth
OS X
brew install gforth
Raspbian
apt-get install gforth

gforth

GNU Forth Language Environment

This is the GNU'ish implementation of a Forth programming environment. Forth, as a language, is best known for being stack-based, and completely extensible. Each Forth environment provides one or more dictionaries of pre-defined words, and programming in Forth consists of defining and executing new words that are combinations of previously defined words. It has been said that learning Forth changes forever the way you think about writing programs. For more information about Forth, visit the Forth Interest Group web site at http://www.forth.org/fig.html.