webpage
webpage copied to clipboard
New Fortran webpage
We could link in the compiler section for each Fortran compiler available on compiler explorer (https://godbolt.org/) to the respective view to allow people to quickly give the compiler a try...
There are several webpages, blogs, and articles, which try to debunk Fortran myths. I think having a QA section to help resolve misconceptions at Fortran-lang could be valuable. Here are...
The chapter [Type Casting in Callbacks](https://fortran-lang.org/learn/best_practices/type_casting) needs some work. 1. No links to external gists or pastebin entries, the document must be self-contained 2. Generally more text actually explaining what...
The [compiler listings](https://fortran-lang.org/compilers/) should be more specific about which platforms are supported by which compilers. Some are listed, but some are not clear.
Twitter [FortranTip](https://twitter.com/fortrantip) started with the basics, such as intrinsic data types and loops. Now the audience has grown, and I don't want to repeat the basics and waste the time...
Looking at the [most-upvoted questions with the [fortran] tag on Stack Overflow](https://stackoverflow.com/questions/tagged/fortran?tab=votes&pagesize=50) can give ideas for further tutorials to add to fortran-lang.org (and also for Fortran Tips).
If I search Amazon books for Fortran, the first few items listed are good (books by Metcalf/Reid/Cohen, Curcic, Chapman, Chivers and Jane Sleightholme) but soon the list has items I...
*Tracking issue for creating a minibook on language intercompatibility of Fortran with Python.* This is a non-comprehensive list of method to interface Fortran and Python, feel free to edit this...
Looking at the images at the bottom of a course "High Performance Computing in the Physical Sciences" page https://home.chpc.utah.edu/~thorne/computing.html suggests to me that such images and movies could be a...
Michael Wirth, computer science professor at the University of Guelph, has been writing a series of short posts introducing Fortran, the latest being [Programming Made Easy (VIII) -- Carbon Dating](https://craftofcoding.wordpress.com/2021/10/26/programming-made-easy-viii-carbon-dating/)....