GNU Forth
GNU's implementation of the Forth programming language.
gforth is the GNU project's Forth — a stack-based, concatenative language widely used in embedded systems, boot loaders, and bare-metal control software.
Install
Debian/Ubuntu: sudo apt install gforth Fedora: sudo dnf install gforth Arch (AUR): yay -S gforth
