vote up 2 vote down star
3

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.

flag

2 Answers

vote up 4 vote down check

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

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

link|flag
Thank you, I will give this a shot – ccook Jan 4 '09 at 16:49
how did you find using the eclipse plugin? – laurie Jan 19 '09 at 9:10
It's been working great! Eclipse has been a pleasant surprise! – ccook Jan 28 at 2:11
vote up 1 vote down

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)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.