Jump to content

FORTRAN-77: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
 
Line 66: Line 66:


;FORTRAN-77 Standard
;FORTRAN-77 Standard
* [http://www.fh-jena.de/~kleine/history/languages/ansi-x3dot9-1978-Fortran77.pdf ANSI FORTRAN77 Standard] - 1978
* ANS X3.9-1978 - ANSI FORTRAN77 Standard - 1978
* [ftp://ftp.nag.co.uk/sc22wg5/ARCHIVE/mil_std_1753.html MILITARY STANDARD 1753] - USA Department of Defence supplement To FORTRAN77 - 1978 - Not supported by many compilers.
* [ftp://ftp.nag.co.uk/sc22wg5/ARCHIVE/mil_std_1753.html MILITARY STANDARD 1753] - USA Department of Defence supplement To FORTRAN77 - 1978 - Not supported by many compilers.
* [http://www.itl.nist.gov/div897/ctg/fortran_form.htm FIPS test suite for FORTRAN78] - Free validation suite
* [http://www.itl.nist.gov/div897/ctg/fortran_form.htm FIPS test suite for FORTRAN78] - Free validation suite


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

Latest revision as of 19:46, 23 October 2021

FORTRAN-77

OS/2 implementations

Open source

Translators
  • PROMULA FORTRAN to C Translator

FORTRAN related programmer's utilities

Editor support
  • Boxer - FORTRAN syntax support included by default
  • BRIEF - FORTRAN syntax support included by default
  • Elvis - FORTRAN syntax support included by default - Open source
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source
  • MED
  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting
  • Visual SlickEdit

DOS Implementations

Database bindings
Editor support
  • Boxer - FORTRAN syntax support included by default
  • BRIEF - FORTRAN syntax support included by default
  • Elvis - FORTRAN syntax support included by default - Open source
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source

Java implementations

  • F2J Open source
Editor support
  • jEdit - Java based - FORTRAN 77 & Fortran 90 syntax highlighting built in

Publications

  • T. Ellis, et al: FORTRAN 77 Programming: with an Introduction to the FORTRAN 90 Standard - 1990, ISBN 0-201-41638-7
  • Bertrand Meyer: Principles of Package Design - Communications of the ACM 25(7): 419-428 (1982)
  • Ian Chivers; Jane Sleightholme: Introduction to Programming with Fortran: With Coverage of Fortran 90, 95, 2003, 2008 and 77 - Springer 2012, ISBN 978-0-85729-232-2

Links

Tutorial
FORTRAN-77 Standard