← Back to All Languages
Scientific

FORTRAN

Est. 1957
CreatorJohn Backus (IBM)
ParadigmProcedural • Array

The first high-level programming language. Fortran remains essential for scientific computing, weather modeling, and computational physics.

Hello World
1program hello
2 print *, "Hello, World!"
3end program hello