Programming in Modern Fortran
Online Resources
The Fortran Programming Language website and the Fortran Wiki provide an overview and further resources regarding all aspects of the Fortran programming language.
Libraries
Many libraries, frameworks, and interfaces have been implemented in Fortran in the past. Available modules can be re-used to solve recurring problems:
- Package collection of the Fortran Programming Language website.
- A “near-complete” list of Fortran modules in the Fortran Wiki.
- Directory of Fortran code on GitHub.
- A curated list of awesome Fortran frameworks on GitHub.
- Rosetta Code examples in Fortran.
- Fortran repositories on GitHub.
Getting Help
Several Fortran communities on the Internet offer support.
- Discourse
- The discussion group fortran-lang on Discourse.
- Intel Community
- Web forum for Intel Fortran compilers.
- Internet Relay Chat
- The IRC channel
#fortran
on libera.chat. - The Reddit community r/fortran.
- Stack Overflow
- Questions related to Fortran are tagged
[fortran]
on Stack Overflow. - Usenet
- The Newsgroup comp.lang.fortran is dedicated to Fortran.
< Source Code Documentation | [Index] | Control Structures > |