Jump to content

Fortran 90: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
* Clive Page: [http://www.star.le.ac.uk/~cgp/f90course/f90.html Fortran90 for Fortran77 Programmers]
* Clive Page: [http://www.star.le.ac.uk/~cgp/f90course/f90.html Fortran90 for Fortran77 Programmers]
* Rob Davies; Alan Rea; Dimitris Tsaptsinos: [http://www.uv.es/dogarcar/man/IntrFortran90.pdf Introduction to Fortran 90; An introduction Course for Novice Programmers; Student Notes]
* Rob Davies; Alan Rea; Dimitris Tsaptsinos: [http://www.uv.es/dogarcar/man/IntrFortran90.pdf Introduction to Fortran 90; An introduction Course for Novice Programmers; Student Notes]
;External articles
* Jeanne Adams: [https://www.cisl.ucar.edu/zine/96/spring/articles/3.f90-century.html Fortran evolving into the next century] - Explains some of the changes from Fortran90 to Fortran95.
* A.G. Buckley: [ftp://ftp.ill.eu/pub/f90/f77_to_f90.ps Conversion to Fortran 90: A Case Study]


;Fortran 90 standard
;Fortran 90 standard
* [http://www.iso.org/iso/catalogue_detail?csnumber=50459 Fortran90] - 1991
* [http://www.iso.org/iso/catalogue_detail?csnumber=50459 Fortran90] - 1991
* There were three sets of corrections, clarifications and minor additions to the Fortran90 standard published in [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_1.pdf TECHNICAL CORRIGENDUM 1], [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_2.pdf TECHNICAL CORRIGENDUM 2] and [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_3.pdf TECHNICAL CORRIGENDUM 3].
* There were three sets of corrections, clarifications and minor additions to the Fortran90 standard published in [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_1.pdf TECHNICAL CORRIGENDUM 1], [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_2.pdf TECHNICAL CORRIGENDUM 2] and [http://www.j3-fortran.org/doc/standing/archive/006/f90/Corrigendum_3.pdf TECHNICAL CORRIGENDUM 3].
* ISO also published [http://www.nag.co.uk/sc22wg5/Guidelines_for_Bindings-a.html Guidelines for Bindings to Fortran 90]


[[Category:Programming Languages]][[Category:FORTRAN]]
[[Category:Programming Languages]][[Category:FORTRAN]]

Latest revision as of 22:48, 19 September 2022

Fortran 90

OS/2 implementations

Editor support
  • Enhanced Editor - Has FORTRAN 90 syntax highlighting built in with some auto-formatting features
  • Lugaru Epsilon - Fortran 90 syntax highlighting and auto-indent available as a separate download.

WinOS/2 implementations

  • Lahey Fortran 90

Links

Tutorials
Fortran 90 standard