[ About F | Compilers | Books ]
[ Resources | Example Code ]
``Perfection is achieved, not when there is nothing more
to add, but when there is nothing left to take away.''
- Antoine de Saint Exupery
``I really appreciate the F software. Usually if I can get my programs to compile under F, they simply work. Maybe F causes me to spend more time analyzing my code, or forces a sharper perspective, but it sure adds discipline to my programs. Thanks! ''
- Mike White
The simplest and most effective way to use the F subset of Fortran is to use the option -std=F with the g95 compiler.
g95 -std=F my_program.f95
The g95 compiler is available at no charge from
g95.org
The g95 compiler and many useful tools can
be purchased for a modest price from the
Fortran Store.
Click here for more information.
The syntax for F is to be found here.