Fortran 90: Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==OS/2 implementations== | ==OS/2 implementations== | ||
* [[NAS Fortran 90+]] | * IBM Fortran 90 for OS/2 | ||
* [[NDP Fortran 90]] | * [[NAS Fortran 90+]] | ||
* [[NDP Fortran 90]] | |||
;Editor support | ;Editor support | ||
* [[Enhanced Editor]] - Has FORTRAN 90 syntax highlighting built in with some auto-formatting features | * [[Enhanced Editor]] - Has FORTRAN 90 syntax highlighting built in with some auto-formatting features | ||
* [[Lugaru Epsilon]] - Fortran 90 syntax highlighting and | * [[Lugaru Epsilon]] - Fortran 90 syntax highlighting and auto-indent available as a separate download. | ||
==WinOS/2 implementations== | ==WinOS/2 implementations== | ||
Line 13: | Line 14: | ||
==Links== | ==Links== | ||
*https://www.fortran90.org | |||
;Tutorials | ;Tutorials | ||
* Tanja van Mourik: [http://www-eio.upc.edu/lceio/manuals/Fortran95-manual.pdf The Fortran 90/95 Manual] | * Tanja van Mourik: [http://www-eio.upc.edu/lceio/manuals/Fortran95-manual.pdf The Fortran 90/95 Manual] | ||
* [https://www.dur.ac.uk/resources/its/info/guides/47AdvancedFortran.pdf Advanced Fortran 90/95 Programming] by University of Durham Information Technology Service | * [https://www.dur.ac.uk/resources/its/info/guides/47AdvancedFortran.pdf Advanced Fortran 90/95 Programming] by University of Durham Information Technology Service | ||
* 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 | * 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] | ||
;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]. | ||
[[Category:Programming Languages]] [[Category:FORTRAN]] | [[Category:Programming Languages]][[Category:FORTRAN]] |
Latest revision as of 22:48, 19 September 2022
Fortran 90
OS/2 implementations
- IBM Fortran 90 for OS/2
- NAS Fortran 90+
- NDP Fortran 90
- 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
- Tanja van Mourik: The Fortran 90/95 Manual
- Advanced Fortran 90/95 Programming by University of Durham Information Technology Service
- Clive Page: Fortran90 for Fortran77 Programmers
- Rob Davies; Alan Rea; Dimitris Tsaptsinos: Introduction to Fortran 90; An introduction Course for Novice Programmers; Student Notes
- Fortran 90 standard
- Fortran90 - 1991
- There were three sets of corrections, clarifications and minor additions to the Fortran90 standard published in TECHNICAL CORRIGENDUM 1, TECHNICAL CORRIGENDUM 2 and TECHNICAL CORRIGENDUM 3.