Jump to content

FORTRAN-77: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


==OS/2 implementations==
==OS/2 implementations==
* [[Cabot UCSD Pascal]] - Commercial - Discontinued
* [[Cabot UCSD Pascal]]
* [[GNU Fortran 77]] - Open source - Discontinued
* [[IBM FORTRAN/2]]
* [[IBM FORTRAN/2]] - Commercial - Discontinued
* [[Microsoft FORTRAN]]
* IBM Personal Fortran - Commercial - Discontinued
* [[NDP Fortran]]
* IBM Professional Fortran - Commercial - Discontinued
* [[Prospero FORTRAN 77]]
* [[Microsoft FORTRAN]] - Commercial - Discontinued
* [[Watcom FORTRAN 77]]
* [[Open Watcom|Open Watcom FORTRAN 77]] - Open Source - Current
''Open source''
* [[Prospero FORTRAN 77]] - Commercial - Discontinued
* [[GNU Fortran 77]]
* [[Open Watcom|Open Watcom FORTRAN 77]]
 
;Translators
* PROMULA FORTRAN to C Translator


===FORTRAN related programmer's utilities===
===FORTRAN related programmer's utilities===
* [[Exuberant ctags]] - Creates index files out of FORTRAN source files - Open source - Current
* [[Exuberant ctags]] - Creates index files out of FORTRAN source files - Open source
* [[Panel Plus II]] - Screen painter and UI library - Commercial - Current
* [[Panel Plus II]] - Screen painter and UI library


===Editors with FORTRAN support===
;Editor support
* [[Boxer]] - FORTRAN syntax support included by default - Commercial - Discontinued
* [[Boxer]] - FORTRAN syntax support included by default
* [[BRIEF]] - FORTRAN syntax support included by default - Commercial - Discontinued
* [[BRIEF]] - FORTRAN syntax support included by default
* [[Elvis]] - FORTRAN syntax support included by default - Open source - Current
* [[Elvis]] - FORTRAN syntax support included by default - Open source
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source
* [[jEdit]] - Java based - FORTRAN 77 & Fortran 90 syntax highlighting built in - Current
* [[MED]]
* [[MED]]
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting
Line 26: Line 29:


==DOS Implementations==
==DOS Implementations==
* [http://www.nomdo.dds.nl/bcf.zip BC Fortran] - Freeware - Discontinued
* Absoft F77 - compatible with MetaWare High C/C++
* [http://www.netlib.org/f2c/ F2C] - Open Source - Discontinued - Fortran to C translator
* [http://www.nomdo.dds.nl/bcf.zip BC Fortran] - Freeware
*GNU Fortran - Open source - Discontinued
* [http://www.netlib.org/f2c/ F2C] - Open Source - Fortran to C translator
* [[IBM Professional FORTRAN Compiler]] - Commercial - Discontinued
*GNU Fortran - Open source
*SuperSoft FORTRAN - Commercial - Discontinued
* [[IBM Professional FORTRAN Compiler]]
* [[Microsoft FORTRAN77]] - Commercial - Discontinued
*Lahey F77L
* [[Open Watcom|Open Watcom FORTRAN 77]] - Open Source - Current
*Lahey LP77 - Personal Fortran
* [[Prospero FORTRAN 77]] - Commercial - Discontinued
* [[Microsoft FORTRAN77]]
* Ryan McFarland RM/Fortran
* [[Open Watcom|Open Watcom FORTRAN 77]] - Open Source
* [[Prospero FORTRAN 77]]
* Ryan McFarland [[RM/FORTRAN]]


;Database bindings
;Database bindings
* [[Empress]] - Commercial - Discontinued
* [[Empress]]


;Editor support
;Editor support
* [[Boxer]] - FORTRAN syntax support included by default - Commercial - Discontinued
* [[Boxer]] - FORTRAN syntax support included by default
* [[BRIEF]] - FORTRAN syntax support included by default - Commercial - Discontinued
* [[BRIEF]] - FORTRAN syntax support included by default
* [[Elvis]] - FORTRAN syntax support included by default - Open source - Current
* [[Elvis]] - FORTRAN syntax support included by default - Open source
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source


==WinOS/2 implementations==
==Java implementations==
* [[Microsoft FORTRAN77]] - Commercial - Discontinued
* [http://sourceforge.net/projects/f2j/ F2J] Open source
* [[Prospero FORTRAN 77]] - Commercial - Discontinued - 16 bit development possible by cross-compiling from DOS or OS/2 with an optional library/linker package.


==Java implementations==
;Editor support
* [http://sourceforge.net/projects/f2j/ F2J] Open source - Current
* [[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==
==Links==
Line 57: 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