Global web icon
wikipedia.org
https://en.wikipedia.org/wiki/Fortran
Fortran - Wikipedia
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.
Global web icon
fortran-lang.org
https://fortran-lang.org/
The Fortran Programming Language — Fortran Programming Language
Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system.
Global web icon
hackaday.com
https://hackaday.com/2025/08/04/a-gentle-introduct…
A Gentle Introduction To Fortran - Hackaday
Originally known as FORTRAN, but written in lower case since the 1990s with Fortran 90, this language was developed initially by John Backus as a way to make writing programs for the IBM 704...
Global web icon
tutorialspoint.com
https://www.tutorialspoint.com/fortran/index.htm
Fortran Tutorial - Online Tutorials Library
Fortran was originally developed by a team at IBM in 1957 for scientific calculations. Later developments made it into a high level programming language. In this tutorial, we will learn the basic concepts of Fortran and its programming code.
Global web icon
ibm.com
https://www.ibm.com/history/fortran
Fortran - IBM
From its creation in 1954 and its commercial release in 1957 as the progenitor of software, Fortran (short for formula translation) became the first computer language standard. It helped open the door to modern computing and ranks as one of the most influential software products in history.
Global web icon
muthu.co
https://programming.muthu.co/posts/beginners-guide…
Beginner's Guide to Fortran - programming.muthu.co
Fortran (originally FORTRAN, from FOR mula TRAN slation) is a general-purpose, compiled imperative programming language that is especially popular for numerical and scientific computing.
Global web icon
britannica.com
https://www.britannica.com/technology/FORTRAN
FORTRAN | Definition, Meaning, & Facts | Britannica
FORTRAN, computer programming language created in 1957 by John Backus that shortened the process of programming and made computer programming more accessible. The creation of FORTRAN, which debuted in 1957, marked a significant stage in the development of computer programming languages.
Global web icon
fortranwiki.org
https://fortranwiki.org/fortran/show/HomePage
Fortran Wiki
The Fortran Wiki is an open venue for discussing all aspects of the Fortran programming language and scientific computing. See the mission statement for more details.
Global web icon
fortran-lang.org
https://fortran-lang.org/learn/
Learn — Fortran Programming Language
Try the quickstart Fortran tutorial, to get an overview of the language syntax and capabilities.
Global web icon
lisz.me
https://fortran-tutorial.lisz.me/docs/intro
前言 | Fortran 从入门到实践
Fortran (For mula Tran slation 的缩写) 语言是 1957 年由 IBM 开发、世界上第一个被正式采用并流传至今的高级编程语言。 它是为了满足数值计算的需求而发展出来的,广泛应用于科学和工程计算,受到了广大研究者、工程人员、师生的喜爱。