Fortran compiler
- noun
- /ˈfɔːrtræn kəmˈpaɪlər/
- Specialized
- When programming in Fortran, having a reliable Fortran compiler is essential for debugging your code.
Examples
-
They use templates to avoid creating intermediate objects for transposes or scalar-matrix products, just like a good Fortran compiler.
Blog text (32) -
To run the simulation, you need to install a Fortran compiler that converts your source code into machine code.
-
The program was compiled with the GNU Fortran compiler, linked with the MPICH MPI library.
Academic text (2018) -
The Fortran compiler efficiently translates scientific calculations into instructions that the computer can understand.
Synonyms
A program that turns code written by people into machine code
A computer program that changes code from one programming language to another
A program that turns programming code into instructions the computer can run
A computer tool that changes code from one programming language to another
Surface Forms
Morphology
This is a straightforward noun–noun compound where the first noun (FORTRAN) specifies the language and the second (compiler) names the software that translates code; the overall meaning is directly compositional. A B1 learner who knows both constituents can easily infer it refers to a compiler for the FORTRAN programming language, a pattern common across languages.
Etymology
Fortran compiler comes from Fortran, short for 'Formula Translation', because the language was made to turn scientists' math formulas into programs. A compiler is a tool that 'translates' Fortran code into a form a computer can run, so a Fortran compiler is the program that lets a computer run FORTRAN programs.