Re: Online F77 information...



Having worked with some legacy F77 code, and mixed F77/F90 code, I find
it helpful to learn about both standards, though I prefer to write new
code in F90's free format, and personally find it easier to read and
write. I think most Fortran textbooks are a good place to start, and
they also provide some decent references to refer back to when I'm
coding. If you have access to a good library, try checking out some
books on Fortran 90/95/2003 and FORTRAN 77. Just my personal preference
I guess, but it seemed more effective for me to read a book and work
some practice problems rather than spend time google-ing. Perhaps the
learning is more structured and organized with a book.

Mike

magesing wrote:
It's not a question of which version of Fortran is easier or better to
use. I am learning F77 because I will have to work with, and extend,
some FEA codes written in F77 this summer. Once I have a good grasp on
'77 I will probably then learn '95 or '2003 (if I can get my hands on a
compiler) but for me, learning F77 is a must because of the legacy
codes.

.



Relevant Pages

  • Re: Online F77 information...
    ... It's not a question of which version of Fortran is easier or better to ... I am learning F77 because I will have to work with, and extend, ... I just don't see any reason to limit yourself to F77 language features. ...
    (comp.lang.fortran)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... Authors are not chosing more recent Fortran ...
    (comp.lang.fortran)
  • Re: Should I Start With Fortran77 of Fortran90/95?
    ... have read that the most common standard at the current time is Fortran ... There are a lot of areas in which F77 is quirky and more difficult to ... spend a fair amount of time learning its quirks and their workarounds. ...
    (comp.lang.fortran)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... COMMONs remain available with any FORTRAN version. ...
    (comp.lang.fortran)
  • Re: Fortran vs Python - Newbie Question
    ... development of Fortran and does a good job of summarizing the problems ... special purpose tool that manages large numerical arrays ... F77 interfaces smoothly and neatly with Python. ...
    (comp.lang.python)