Downloads

Here is a list of available downloads; the most recent have the higher ID numbers.

The fortress reference interpreter is released under a BSD license, with other open source licenses for other software included in the distribution. The current versions of all these licenses are contained in the License File.

Quick-start instructions for the zip file:

  1. with the compiler
       unzip fortress_xxxx.zip
       cd fortress_xxxx
       bin/fortress link ProjectFortress/hello.fss
       bin/run hello
    
  1. with the interpreter
       unzip fortress_xxxx.zip
       cd fortress_xxxx
       bin/fortress ProjectFortress/hello.fss
    

For complete instructions on configuring Fortress, be sure to consult README.txt.