Once installation complete update of your shell
For me: vim ~/.zshrc
add: alias forth="gforth"
souce ~/.zshrc
Main references: Download*: http://ftp.gnu.org/gnu/gforth/ Installtion*: "Read INSTALL for installation instructions from tarball" - https://github.com/forthy42/gforth/tree/master Overview: https://gforth.org/manual/ Book: https://www.forth.com/wp-content/uploads/2018/01/Starting-FORTH.pdf More Reading: https://hackaday.com/2017/01/27/forth-the-hackers-language/
Footnotes:
-
- likely can install with your package manager; but where is the fun in that?