LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Fortran compiler (https://www.linuxquestions.org/questions/ubuntu-63/fortran-compiler-523521/)

serafimg 01-28-2007 12:47 PM

Fortran compiler
 
Is something similar like Visual Fortran for Linux? I want to write simple programs in Fortran language in a friendly-user graphical environment. For a example a simple programme like this:

PROGRAM S
DIMENSION X(100)
WRITE (*,*) 'GIVE'
READ (*,*) M
STOP
END

jailbait 01-28-2007 02:19 PM

"Is something similar like Visual Fortran for Linux? I want to write simple programs in Fortran language in a friendly-user graphical environment."


Here is a list of Fortran compilers available with Linux:

http://www.nikhef.nl/~templon/fortran.html

I recommend that you use kdevelop for the graphical environment:

http://docs.kde.org/development/en/kdevelop/kdevelop/

-----------------------
Steve Stites


All times are GMT -5. The time now is 01:40 PM.