About 109,000 results
Open links in new tab
  1. Fortran - Wikipedia

    The resulting two standards, approved in March 1966, defined two languages, FORTRAN (based on FORTRAN IV, which had served as a de facto standard), and Basic FORTRAN (based on …

  2. The Fortran Programming Language — Fortran Programming …

    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 …

  3. A Gentle Introduction To Fortran - Hackaday

    Aug 4, 2025 · 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 …

  4. Fortran Tutorial - Online Tutorials Library

    In this tutorial, we will learn the basic concepts of Fortran and its programming code.

  5. 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 …

  6. FORTRAN | Definition, Meaning, & Facts | Britannica

    Jan 30, 2026 · FORTRAN, computer programming language created in 1957 by John Backus that shortened the process of programming and made computer programming more accessible. …

  7. Beginner's Guide to Fortran - programming.muthu.co

    Feb 22, 2025 · Fortran (originally FORTRAN, from FOR mula TRAN slation) is a general-purpose, compiled imperative programming language that is especially popular for numerical and …

  8. Fortran Language — LFortran

    Fortran was designed from the ground up to naturally and simply translate mathematics to code that compiles and runs at maximum speed.

  9. Introduction to Fortran - GitHub Pages

    Fortran is a computer programming language that is extensively used in numerical, scientific computing.

  10. Learning resources: Fortran - Princeton Research Computing

    Fortran Programming Tutorials -- a YouTube playlist of short (about 10-45 mins each) giving a thorough introduction to modern Fortran programming. Aimed at computational scientists.

  11. Fortran - Simple English Wikipedia, the free encyclopedia

    Fortran Fortran is a programming language first created in the 1950s. It is still in use today. It is a procedural language mainly used for scientific computing and numerical analysis.

  12. Fortran Wiki

    Feb 3, 2018 · 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.

  13. Fortran: Working, Applications, Pros and Cons - Spiceworks

    Jun 22, 2023 · Fortran is defined as a general-purpose compiled language used to run complex mathematical calculations and data operations, especially in the academic community, due to …

  14. Learn — Fortran Programming Language

    Try the quickstart Fortran tutorial, to get an overview of the language syntax and capabilities.

  15. The FORTRAN Programming Language - University of Michigan

    One of the oldest programming languages, the FORTRAN was developed by a team of programmers at IBM led by John Backus, and was first published in 1957. The name …

  16. Quickstart tutorial — Fortran Programming Language

    This quickstart tutorial gives an overview of the Fortran programming language and its syntax for common structured programming concepts including: types, variables, arrays, control flow and …

  17. What is Fortran? | Definition from TechTarget

    May 5, 2023 · Fortran is an imperative programming language used for more than 60 years to create powerful, efficient and accurate applications, particularly in scientific fields.

  18. Intel Fortran Compiler - Wikipedia

    Intel Fortran Compiler, as part of Intel OneAPI HPC toolkit, is a group of Fortran compilers from Intel for Windows, macOS, and Linux.

  19. Compilers — Fortran Programming Language

    The latest NAG Fortran Compiler release (7.0) has extensive support for legacy and modern Fortran features including parallel programming with coarrays, as well as additional support for …

  20. Fortran - Overview - Online Tutorials Library

    Fortran, as derived from Formula Translating System, is a general-purpose, imperative programming language. It is used for numeric and scientific computing. Fortran was originally …

  21. Fortran Best Practices — Fortran Programming Language

    This mini-book collects a modern canonical way of doing things in Fortran. It serves as a style guide and best practice recommendation for popular topics and common tasks.