webpage
webpage copied to clipboard
New Fortran webpage
It seems like there's a YAML syntax error in your input. Specifically, you have a duplicate key hooks within the first repository entry.
Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.9.0 to 0.15.2. Release notes Sourced from pydata-sphinx-theme's releases. v0.15.2 What's Changed Align the search button with other icons by @12rambau in pydata/pydata-sphinx-theme#1620 Fix sticky header by...
Following this comment https://fortran-lang.discourse.group/t/fortran-returns-to-top-20-tiobe-index/1069/184 by @Beliavsky What about adding something like this to the page https://github.com/fortran-lang/webpage/blob/main/source/learn/quickstart/variables.md?plain=1 ? ```markdown ## Local scope variables with `block` construct The 2008 Fortran standard introduced...
What prompted me to open this: https://twitter.com/asmeurer/status/1334423581837561856 When putting together the first version of the website back in April, I wanted and tried to include an example Fortran code snippet....
They should be removed from the main section to the discontinued section at https://fortran-lang.org/en/compilers/ since they have been discontinued, according to their web sites.
### Description [Notepad3](https://github.com/rizonesoft/Notepad3) released a [pre-release version](https://github.com/rizonesoft/Notepad3/releases/tag/RC_5.22.1119.1) yesterday, which supports Fortran syntax highlighting (with my contribution last year). I think Notepad3 has a more modern and beautiful highlighting style, and...
I suggest that the book [How to learn Applied Mathematics through modern FORTRAN](https://www.amazon.com/Applied-Mathematics-through-modern-FORTRAN/dp/B0851LN6HT) be added to the [In print](https://fortran-lang.org/learn/) section. It is self-published but of decent quality IMO. A pdf...
The Fortran logo and most of the accent color uses #553276, which is fine with the white background. But under dark mode, the purple color used (#553276) and the background...
The chapter about [File Input/Output](https://fortran-lang.org/learn/best_practices/file_io) needs some work. 1. clearer recommendation on best practice 2. better explanation of the modifiers used with `open`, `close`, ... 3. separate discussion of `inquire`
Why is the book Kernighan, B. and Pike, R.. 1999. [The Practice of Programming](https://www.cs.princeton.edu/~bwk/tpop.webpage/) listed? It's a well-regarded book, but I don't think it covers Fortran.