Table of Contents
Fortran
Return to John Backus Oral History, Programming topics, Fortran outline, Fortran, Fortran bibliography, Fortran courses, Fortran terms, Fortran topics, COBOL, IBM Mainframes
- Snippet from Wikipedia: Fortran
Fortran (; formerly FORTRAN) is a third-generation, compiled, imperative programming language that is especially suited to numeric computation and scientific computing.
Fortran was originally developed by IBM. It first compiled correctly in 1958. Fortran computer programs have been written to support scientific and engineering applications, such as numerical weather prediction, finite element analysis, computational fluid dynamics, plasma physics, geophysics, computational physics, crystallography and computational chemistry. It is a popular language for high-performance computing and is used for programs that benchmark and rank the world's fastest supercomputers.
Fortran has evolved through numerous versions and dialects. In 1966, the American National Standards Institute (ANSI) developed a standard for Fortran to limit proliferation of compilers using slightly different syntax. Successive versions have added support for a character data type (Fortran 77), structured programming, array programming, modular programming, generic programming (Fortran 90), parallel computing (Fortran 95), object-oriented programming (Fortran 2003), and concurrent programming (Fortran 2008).
Since April 2024, Fortran has ranked among the top ten languages in the TIOBE index, a measure of the popularity of programming languages.
Invented by John Backus
https://github.com/rabbiabram/awesome-fortran
https://fortranwiki.org/fortran/list
https://fortranwiki.org/fortran/show/Books
http://www.daniellnagle.com/download.html
https://archive.org/details/ansi-x-3.9-1966-fortran-66
https://archive.org/stream/ansi-x-3.9-1966-fortran-66/ANSI-X3.9-1966-Fortran66_djvu.txt
- Snippet from Wikipedia: Fortran
Fortran (; formerly FORTRAN) is a third-generation, compiled, imperative programming language that is especially suited to numeric computation and scientific computing.
Fortran was originally developed by IBM. It first compiled correctly in 1958. Fortran computer programs have been written to support scientific and engineering applications, such as numerical weather prediction, finite element analysis, computational fluid dynamics, plasma physics, geophysics, computational physics, crystallography and computational chemistry. It is a popular language for high-performance computing and is used for programs that benchmark and rank the world's fastest supercomputers.
Fortran has evolved through numerous versions and dialects. In 1966, the American National Standards Institute (ANSI) developed a standard for Fortran to limit proliferation of compilers using slightly different syntax. Successive versions have added support for a character data type (Fortran 77), structured programming, array programming, modular programming, generic programming (Fortran 90), parallel computing (Fortran 95), object-oriented programming (Fortran 2003), and concurrent programming (Fortran 2008).
Since April 2024, Fortran has ranked among the top ten languages in the TIOBE index, a measure of the popularity of programming languages.
External Sites
Study
- Search ALL of Udemy: https://udemy.com/courses/search/?src=ukw&q=fortran
YouTube Videos
https://youtube.com/results?search_query=fortran
Cloud Monk recommends the following YouTube video:
GitHub Tags
External Sites
Main
Interesting Articles
Search
Search for this topic on:
Support Resources, FAQs, Q&A, Docs, Blogs
Books
Encyclopedias
Search Engines
Apple
Education - Courses - Podcasts
Repos - Package Managers
Programming Language Docs
Networking
Fair Use Sources
Fortran Programming Language, Fortran Source File, Fortran .f File Extension, Fortran .f90 File Extension, Fortran .f95 File Extension, Fortran .f03 File Extension, Fortran .f08 File Extension, Fortran Free-Form Source, Fortran Fixed-Form Source, Fortran gfortran Compiler, Fortran ifort Compiler, Fortran NAG Compiler, Fortran flang Compiler, Fortran ftn Command, Fortran fpp Preprocessor, Fortran Modules, Fortran USE Statement, Fortran IMPLICIT NONE, Fortran PROGRAM Keyword, Fortran SUBROUTINE Keyword, Fortran FUNCTION Keyword, Fortran END PROGRAM, Fortran END SUBROUTINE, Fortran END FUNCTION, Fortran END MODULE, Fortran CONTAINS Section, Fortran BLOCK Keyword, Fortran INTERFACE Block, Fortran ABSTRACT INTERFACE, Fortran MODULE PROCEDURE, Fortran RECURSIVE Keyword, Fortran PURE Keyword, Fortran ELEMENTAL Keyword, Fortran ALLOCATABLE Attribute, Fortran ALLOCATE Statement, Fortran DEALLOCATE Statement, Fortran INTENT(IN), Fortran INTENT(OUT), Fortran INTENT(INOUT), Fortran OPTIONAL Dummy Arg, Fortran SAVE Attribute, Fortran PRIVATE Attribute, Fortran PUBLIC Attribute, Fortran PROTECTED Attribute, Fortran TARGET Attribute, Fortran POINTER Attribute, Fortran VOLATILE Attribute, Fortran BIND(C) Attribute, Fortran VALUE Attribute, Fortran IMPORT Statement, Fortran SELECTED_REAL_KIND, Fortran SELECTED_INT_KIND, Fortran KIND Parameter, Fortran ISO_C_BINDING Module, Fortran C_INT Type, Fortran C_FLOAT Type, Fortran C_DOUBLE Type, Fortran C_CHAR Type, Fortran C_FUNPTR Type, Fortran C_LOC Function, Fortran C_ASSOCIATED Function, Fortran C_F_POINTER Subroutine, Fortran CHARACTER Type, Fortran INTEGER Type, Fortran REAL Type, Fortran DOUBLE PRECISION Type, Fortran COMPLEX Type, Fortran LOGICAL Type, Fortran PARAMETER Attribute, Fortran DATA Statement, Fortran EQUIVALENCE Statement, Fortran COMMON Block, Fortran BLOCK DATA, Fortran CRITICAL Construct, Fortran DO Loop, Fortran DO CONCURRENT Loop, Fortran DO WHILE Loop, Fortran EXIT Statement, Fortran CYCLE Statement, Fortran IF Statement, Fortran IF...THEN...ELSE Construct, Fortran SELECT CASE Construct, Fortran GOTO Statement, Fortran STOP Statement, Fortran RETURN Statement, Fortran CALL Statement, Fortran WRITE Statement, Fortran READ Statement, Fortran PRINT Statement, Fortran OPEN Statement, Fortran CLOSE Statement, Fortran INQUIRE Statement, Fortran REWIND Statement, Fortran BACKSPACE Statement, Fortran ENDFILE Statement, Fortran FORMAT Statement, Fortran NAMELIST Statement, Fortran INCLUDE Line, Fortran ASSOCIATE Construct, Fortran SELECT TYPE Construct, Fortran RANK Operator (Fortran 2008+), Fortran CONTIGUOUS Attribute, Fortran PURE Procedure, Fortran ELEMENTAL Procedure, Fortran INTENT Declaration, Fortran ALLOCATE with MOLD, Fortran MOVE_ALLOC Subroutine, Fortran EXECUTE_COMMAND_LINE Intrinsic, Fortran CPU_TIME Intrinsic, Fortran DATE_AND_TIME Intrinsic, Fortran SYSTEM_CLOCK Intrinsic, Fortran RANDOM_NUMBER Intrinsic, Fortran RANDOM_SEED Intrinsic, Fortran TRANSFER Intrinsic, Fortran C_F_PROCPOINTER Intrinsic, Fortran ISO_FORTRAN_ENV Module
Fortran: Effective Fortran, Fortran Best Practices, Fortran Fundamentals, Fortran Inventor - Fortran Language Designer: John Backus of IBM in 1957 (see John Backus Oral History); Modern Fortran - Legacy Fortran, Fortran keywords, Fortran data structures - Fortran algorithms, Fortran syntax, IBM Mainframe DevOps, Fortran DevOps, Fortran Development Tools (Fortran IDEs and Code Editors, Fortran Compilers, Fortran CI/CD Build Tools, Fortran Standard Library), Fortran Standards (ISO Fortran: Fortran 202X | 202X, Fortran 2018 | 2018, Fortran 2018 | 2018, Fortran 2008 | 2008, Fortran 2003 | 2003, Fortran 95 | 95, Fortran 90 | 90, Fortran 77 | 77), ANSI Fortran-Fortran 66 | 66, Fortran and Supercomputers (Fortran and High-Performance Computing (HPC)), Parallel Fortran (Embarrassingly Parallel Fortran - Fortran Coarrays), Fortran Paradigms (Imperative Fortran, Procedural Fortran, Object-Oriented Fortran - Fortran OOP, Functional Fortran), Fortran Community, Learning Fortran, Fortran on Windows, Fortran on Linux, Fortran on UNIX, Fortran on macOS, Mainframe Fortran, IBM i Fortran, Fortran installation, Fortran containerization, Fortran configuration, Fortran SRE, Fortran data science - Fortran DataOps, Fortran machine learning, Fortran deep learning, Fortran concurrency, Fortran history, Fortran bibliography, Fortran Glossary - Glossaire de Fortran - French, Fortran topics, Fortran courses, Fortran Standard Library, Fortran libraries, Fortran frameworks, Fortran research, Fortran GitHub, Written in Fortran, Fortran popularity, Fortran Awesome list, Fortran Versions. (navbar_fortran - see also navbar_cobol, navbar_mainframe)
Computer History: Big Tech Silicon Valley Technocracy, Surveillance Valley - The Rise of the Military-Digital Complex - History of the Internet, Facebook (zuck.pdf), Tesla / Space X / Twitter (musk.pdf), History, IT History, Cloud History (Azure History, AWS History, GCP History), Amazon.com / Blue Origin (Bezos - bezos.pdf), Internet History, Email History, Bell Labs, Xerox PARC, OS History (UNIX History - Linux History - Minicomputer - Mainframe History - IBM History - Personal Computer History (Apple I - Apple II - Apple III, IBM PC, Compaq, Macintosh 128K, Apple Lisa), Vintage Apple Resources, Computer Stores, macOS History - Apple History - Apple, Inc. (Steve Jobs jobs.pdf), Windows History - Windows Server History - Microsoft History - Microsoft (Bill Gates gates.pdf, Programming History (C History - C plus plus History | C++ History - C sharp History | History - COBOL History - Golang History - Java History - JavaScript History - Python History - PowerShell History), Computing History, Computing Hardware History, Software Engineering History, Software History, Networking History, Vintage Computing - Vintage Computers - Retrocomputing, Legacy - Defunct Microprocessor Companies (MOS Technology - 6502, Motorola - Motorola 68000, Zilog - Zilog Z80), Legacy - Defunct Computer Companies, Legacy - Defunct Software Companies, History of Computer Hardware, History of Computing, History of Programming Languages, Legacy - Defunct Electronics Companies, PowerPC architecture family, List of PowerPC processors, CPU - Microprocessors, Discontinued Intel processors, 4-bit computing - 4-bit, 8-bit computing - 8-bit, 16-bit computing - 16-bit, 32-bit computing - 32-bit, History of Microsoft Exchange Server (Microsoft Mail - formerly Network Courier), Computer History Museum, Military-Digital Complex - Military-Industrial Complex (Read Surveillance Valley - The Rise of the Military-Digital Complex), Computer History Bibliography, Awesome Retrocomputing, WinWorldPC.com. (navbar_ithistory - see also navbar_bigtech, navbar_technocracy, navbar_programminghistory)
Cloud Monk is Retired ( for now). Buddha with you. © 2025 and Beginningless Time - Present Moment - Three Times: The Buddhas or Fair Use. Disclaimers
SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.