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).

WWW: https://github.com/Bushmills/Bashforth
