Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

F

< >

F is a programming language created in 1996.

#963on PLDB 28Years Old
Wikipedia

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 Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ print

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0