Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

F

< >

F is a programming language created in 1996.

#878on 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 · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io