Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!portal!cup.portal.com!dedina From: dedina@cup.portal.com (Michael J Dedina) Newsgroups: comp.sys.amiga Subject: Re: FORTRAN recommendation? Message-ID: <30484@cup.portal.com> Date: 3 Jun 90 07:08:48 GMT References: Distribution: usa Organization: The Portal System (TM) Lines: 21 >I might have to compile some large FORTRAN programs on the AMiga. >Some or all of it might be FORTRAN IV. I think that FORTRAN 77 >specs support FORTRAN IV constructs as a subset. I also think that >there are at least two FORTRAN compilers for the AMiga. If I remember right, a F77 compiler will not necessarily be able to compile Fortran IV code (I don't have any information about Amiga Fortrans specifically). There are statements, like DEFINE FILE, which are not included in the F77 standard. Also, loop semantics have changed: I beleive a F77 loop will always execute once; not so with Fortran 66 (i.e. Fortran IV) loops. So you should make sure the compiler explicitly supports F66. I don't have the Fortran standard in front of me, so I'm not 100% sure of the above (only 99%). -Mike Dedina IBM Corporation dedina@cup.portal.com