F

F is a modular, compiled, numeric programming language, designed for scientific programming and scientific computation. F was developed as a modern Fortran, thus making it a subset of Fortran 95. It combines both numerical and data abstraction features from these languages. F is also backwards compatible with Fortran 77, allowing calls to Fortran 77 programs. F was implemented on top of compilers from NAG, Fujitsu, Salford Software and Absoft. It was later included in the g95 compiler. Wikipedia

Wikidata: Q5427464

Programming paradigms: array programmingmodular programmingprocedural programming

Language types: array programming languagehigh-level programming language

Hello World in F

program hello
   print *, "Hello World"
end program hello

Search on GitHub


Latest data update: 2024-07-30