webpage
webpage copied to clipboard
New Fortran webpage
It was discussed at the [October 2020 Fortran call](https://fortran-lang.discourse.group/t/fortran-monthly-call-october-2020/347) to add a section to our website about `autodiff`, similar to https://www.juliadiff.org/, that would list all the libraries and tools for...
Here is the list of all Fortran compilers: https://fortran-lang.org/compilers/ For now I just copied the text from their official websites. We should now contact each vendor and see if they...
I suggest that we have to have and maintain our own benchmarks and have a dedicated section for it. As an example, the Julia page has [benchmarks](https://julialang.org/benchmarks/) against Fortran, but...
In both fortran-lang/fortran-lang.org#99 and fortran-lang/fortran-lang.org#96 the code style is mentioned. Should we use the same code style as for [stdlib](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md)?
[As discussed on fortran-lang mailing list](https://groups.io/g/fortran-lang/topic/73954669?p=Created,,,20,1,0,0) Assign: Williams
We should add a new category: * Codes that contain some Fortran code, but Fortran is not the primary development language (either has never been, or is not anymore) as...
For beginners, log on to [the Fortran-lang website](https://fortran-lang.org/) and click [`get_started`](https://fortran-lang.org/learn/) to learn, but if they want to **download** the Fortran compiler, they will be confused, why Fortran does not...
The [Fortran Fans organization](https://github.com/fortran-fans) is providing the [Fortran in action](https://fortran-fans.github.io/Fortran-in-Action/) and [Modern Fortran programming](https://fortran-fans.github.io/Modern-Fortran-Programming/) pages. We should in include a reference to this resources on the learn page, either globally...
Let's have a post announcing the new webpage here and on the old page. This should make people aware of the upcoming migration.
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.8.0. Release notes Sourced from pre-commit's releases. pre-commit v3.8.0 Features Implement health checks for language: r so environments are recreated if the system version of...