What Fortran Software Should Beginners Use for Programming Classes?

  • Thread starter Thread starter optics.tech
  • Start date Start date
  • Tags Tags
    Fortran Program
AI Thread Summary
Fortran programming beginners are advised to use a Fortran compiler, a text editor, and a command-line shell for their classes. Popular recommendations include gfortran and g95 as compilers, with text editors like Emacs, VIM, and Notepad++ suggested for writing code. Users have reported success in running Fortran on Windows XP using these tools, often following guidance from Wikipedia for installation and execution commands. There is a general consensus that instructors should provide software recommendations to students. Overall, free and open-source options are widely available for those learning Fortran.
optics.tech
Messages
79
Reaction score
1
Hi everyone,

Currently my friend is taking fortran programming class at his university.

The instructor said every student should own any fortran software.

As I don’t have much know about it, can anyone recommend me any fortran software for this fortran programming class?

Thanks in advance
 
Engineering news on Phys.org
I took Fortran 77 in college. That was over 20 years ago. Never used it since then. Can't think of anyone that uses Fortran today, but I'm sure there are some folks that do.
 
"Any Fortran software" basically means one needs to have handy:

1) a Fortran compiler (for producing executable program out of written code)

2) a text editor (for writing the code)

3) a command-line shell (for running the compiler and the program)

Unfortunately, I cannot tell which compiler to obtain and how to install and run it under a windows operating system, which I will assume that you and/or your friend are using barring no mention of it. Oddly, though, shouldn't the instructor have provided some recommendations himself?

--
Chusslove Illich (Часлав Илић)
 
caslav.ilic said:
shouldn't the instructor have provided some recommendations himself?

Or herself?
 
Q_Goest said:
I took Fortran 77 in college. That was over 20 years ago. Never used it since then. Can't think of anyone that uses Fortran today, but I'm sure there are some folks that do.
My company uses FORTRAN pretty heavily, especially in the areas of aerodynamics and cycle calculations. I personally don't use it though. I too took FORTRAN 77. It has been a while since making programs that tell you if a word is a palindrome.
 
Wikipedia has a good history of fortran for those interested.
http://en.wikipedia.org/wiki/Fortran"
 
Last edited by a moderator:
Hello to all,
I have windows XP and as I had to use Fortran 90 at University, I investigated about how to get Fortran on my home computer.
I've downloaded gfortran as compiler, Emacs as text editor and I make Fortran run under the "execute" windows command. All works perfectly and all is free.
If I remember well, I followed a link from the wikipedia page of Fortran to download, install and know the commands of how to execute Fortran programs.
Good luck.
 
I think I work with Fred, but anyways, I personally use VIM as my text editor. I prefer to do it in a native Linux environment, but Cygwin is a linux emulator which is nice. All free of course.

Likewise, I know a lot of people that like Notebook++ as a text editor. That will let you write the code. Then you need to compile the code into a working program. We use the free compiler g95, which is available at www.g95.org. That is free open-source, and there are installers for Windows.
 

Similar threads

Replies
17
Views
5K
Replies
8
Views
3K
Replies
5
Views
2K
Replies
2
Views
4K
Replies
4
Views
4K
Replies
8
Views
4K
Back
Top