tags:

views:

317

answers:

2

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.

+5  A: 

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

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

Reinsbrain
Thank you, I will give this a shot
ccook
how did you find using the eclipse plugin?
laurie
It's been working great! Eclipse has been a pleasant surprise!
ccook
+1  A: 

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)

High Performance Mark