Bashforth is a Forth interpreter written entirely in the Bash scripting language. Its virtual machine makes use of string threaded code. Because its source code doesn't need to be compiled, it is highly portable (to any platform running Bash).
Bashforth is a Forth interpreter written entirely in the Bash scripting language. Its virtual machine makes use of string threaded code. Because its source code doesn't need to be compiled, it is highly portable (to any platform running Bash).
To install bashforth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bashforth
To see what files were installed by bashforth, run:
port contents bashforth
To later upgrade bashforth, run:
sudo port selfupdate && sudo port upgrade bashforth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.