The version of Forth that we are using is only compatible with x86 Linux systems.
Download the Forth zip file at:
http://code.google.com/p/ffl/wiki/Engines
and extract it to your desktop (or other convenient location).
Run Forth by navigating to that file and typing './gforth' (without the quotes)
Also download the library module called ffl-0.7.0.tar.gz from:
http://code.google.com/p/ffl/downloads/list
and make sure you move the ffl folder to your download location.
Make sure your builder.dic file is in the same folder as your forth executable.
Now, Go Forth and Multiply!!!
At the prompt (which in Forth, is "ok") type the following lines:
ok : hello ." Hello World!" ;
ok hello
Hello World!
ok
Doug Mann - manndj
Mark Vitale - vitalema
Scott Glowski - glowskst