Question

I need to start developing in FORTRAN, any recommendations on learning\developing FORTRAN coming from the .NET area? Any recommended environments that are close to Visual Studio? Visual Fortran looked really promising, but is a bit pricey, and look like it wouldn't compile with gcc.

Was it helpful?

Solution

Eclipse is a great IDE for Java and apparently there is support for Fortran... see:

http://www.eclipse.org/photran/

OTHER TIPS

What about Visual Studio + Intel Fortran ? I use that combination when I port a program to Windows. Don't know nuthin about .NET though.

There isn't much of a buzz around the Fortran world about Eclipse+Photran. An awful lot of us Fortran hackers think that Emacs is an IDE.

Finally, on Linux you might try Sun Studio Express -- it's free and includes Fortran, C, C++ compilers and an IDE based on NetBeans (actually, I think it is NetBeans)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top