Which Fortran version to learn

  • Context: Fortran 
  • Thread starter Thread starter Winzer
  • Start date Start date
  • Tags Tags
    Fortran
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
Winzer
Messages
597
Reaction score
0
I have decided to learn Fortran over the summer. However there are various versions out there.
Which version would you recommend learning? I will be using Fortran for computation in physics
primarily. I will also be interfacing Python and Fortran together.
 
Physics news on Phys.org
This is not an unreasonable request is it?
Given the fortran versions: 77,90,95... which one would you recommmend?
Why would you recommend that particular version over any other?
 
I have just read that it easiest to start with fortran 77, then to work my way up from there.
The reason being that the newer versions have more sophisticated packages, etc.
Is this accurate?
 
I would say that there is no reason to start with anything older than Fortran 90. Fortran 90 starting going towards object-oriented programming, and quite frankly, if you try to debug anything written in F77, you'll quickly find yourself pulling your hair out.

Common blocks and implicit variable declaration will start you down a path you don't want to go.