webpage
webpage copied to clipboard
New Fortran webpage
Fortran-lang.org promotes Fortran as a modern language, which it is. But it's also an old language with a rich history that some site visitors may be interested in. At the...
The site should mention the upcoming FortranCon conference and link to the 2020 conference. Maybe at the top of the site, in the list Learn Compilers Community Packages News add...
As I [mentioned on Fortran Discourse](https://fortran-lang.discourse.group/t/windows-subsystem-for-linux-gui/1819), Microsoft has recently upgraded WSL 2 so that you can run Linux GUI programs, including text editors. Currently fortran-lang [says](https://fortran-lang.org/learn/os_setup/install_gfortran) "All of the above...
The Develop tools section says "You can also help make Fortran better by contributing to its suite of tools, such as Standard Library, Package Manager, or this website." The gfortran,...
I suggest that a chapter on error handling be added. In a Fortran Discourse [thread](https://fortran-lang.discourse.group/t/error-handling-approaches/1114) a few approaches were listed and evaluated.
I mentioned my [Fortran code on GitHub](https://github.com/Beliavsky/Fortran-code-on-GitHub) repo (call it FCoG) on Fortran Discourse in [June](https://fortran-lang.discourse.group/t/fortran-code-on-github-by-category/1415), which now has 800+ entries, and @awvwgk asked, "How do you feel about contributing...
In (https://github.com/fortran-lang/fortran-lang.org/issues/313) I made suggestions about grammar and spelling and later made a pull request, which was accepted. I also made suggestions about content, which I will repeat here, since...
The chapter [Element-wise Operations](https://fortran-lang.org/learn/best_practices/element_operations) needs some work. 1. more explanation between code examples 2. better examples for usage of elemental 3. drawbacks of elemental procedures
[EU Regional School 2021 Part 1 with Steve Lionel. Modern Fortran: Features for High-Performance Computing](https://www.youtube.com/watch?v=lLbmb6U4cYg) [Recommended Videos](https://iraspa.org/links/fortran/) from iRASPA Molecular Simulations
Originally from proposed by @certik [here](https://fortran-lang.discourse.group/t/feedback-for-fpm-based-on-teaching-my-son/1416#setup-1). Document on fortran-lang.org how to get started on each platform using Conda in 5 minutes. Conda is nice because it does not require root...