Measures Concepts
GitHub icon

F

F - Programming language

< >

F is a programming language created in 1996.

#1197on PLDB 28Years Old

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. Read more on Wikipedia...


Example from hello-world:
program hello print *, "Hello World" end program hello
Example from Wikipedia:
program main ! Insert code here end program main

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ print

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout