Bashforth
|
Bashforth is a free Forth interpreter, written entirely in the bash scripting language. It requires bash v2.04 or higher. Its virtual machine makes use of string threading. Now there's even real object oriented programming available for BashForth, by means of the SmallOOPS extension to Bashforth, which allows you doing interactive OOPS programmng from your bash prompt.
External links
- BashForth description and screen shot (http://www.forthfreak.net/index.cgi?BashForth)
- The most recent version of bashforth (http://www.forthfreak.net/bashforth)
- SmallOOPS object oriented extensions for BashForth (http://forthfreak.net/misc/bashforth.examples/SmallOOPS.bashforth)
- Archive with previous versions of bashforth (http://www.forthfreak.net/bashforth.versions)
- A brief introduction to Forth (http://www.ece.cmu.edu/~koopman/forth/hopl.html)