Re: Online F77 information...
- From: Gary Scott <garylscott@xxxxxxxxxxxxx>
- Date: Sun, 29 Oct 2006 21:17:52 GMT
Terence wrote:
"magesing" wrote
I'm teaching myself FORTRAN 77,
If you have an F77 compiler stay with learning F77.
F90 is far too complicated to start with.
If you have an F77 compiler only, I agree. However, I recommend that you begin by learning a good subset of F95 and avoid bad habits. There is a teaching language called "F". Get it at http://www.fortran.com
Also the F77 compilers are extremely simple to compile and link to get
a working program or list of errors. No switches are needed. e.g: MS
F77:
FOR1 myprogram <ret>
PAS1 <ret>
LINK myprogram <ret>
But you MUST have a manual and a list of run-time error codes for the
compiler used; you will learn a lot from mistakes.
Anything can be programmed in F77, and it is far easier to read and
understand than F90 or F95 code.
F77 code is simple and clear, and you can progress form simple
line-by-line instructions to the use of the following very useful
technique which avoids using too many numbered statements.
IF something THEN
some code
ELSE
some other code
ENDIF
If later you are going to enter programming Fortran as a profession you
can then learn what F90 or F95 require.
--
Gary Scott
mailto:garylscott@sbcglobal dot net
Fortran Library: http://www.fortranlib.com
Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html
Why are there two? God only knows.
If you want to do the impossible, don't hire an expert because he knows it can't be done.
-- Henry Ford
.
- References:
- Online F77 information...
- From: magesing
- Re: Online F77 information...
- From: Steven G. Kargl
- Re: Online F77 information...
- From: Terence
- Online F77 information...
- Prev by Date: Re: READ-statement and a segmentation fault
- Next by Date: Re: Online F77 information...
- Previous by thread: Re: Online F77 information...
- Next by thread: Re: Online F77 information...
- Index(es):
Relevant Pages
|