webpage
webpage copied to clipboard
New Fortran webpage
The Hello World [page](https://fortran-lang.org/learn/quickstart/hello_world) mentions how to install gfortran on Windows but is otherwise oriented towards Unix-like operating systems. If it is supposed to be equally usable for someone on...
The quickstart tutorials have a section on arrays and strings but don't address string arrays. Googling this I found differences in approaches depending on the compiler used. I propose expanding...
The [Floating Point Number](https://fortran-lang.org/en/learn/best_practices/floating_point/) section of Fortran Best Practices could be extended with 2 subsections: 1. comparison of two `real` numbers; 2. undesirability of using `real` as iterator within `do`...
Following up on Ondřej's suggestion from June's monthly call (see https://fortran-lang.discourse.group/t/fortran-monthly-call-june-2021/1334/14) we want put together a long-term mission statement for Fortran and where we want to be in three years...
[Modern Fortran in Science and Technology](https://modern-fortran-in-science-and-technology.readthedocs.io/en/latest/) could be added to the Online Courses section. I skimmed it, and it seems pretty thorough.
Hi. I am working on the translation into Spanish of fortran-lang.org (at the pace that my work allows me). I have noticed that some strings cannot be translated using Weblate....
I posted some comments at https://fortran-lang.discourse.group/t/python-fortran-rosetta-stone-ported-from-fortran-90/5907/4 Here are some further comments. The equivalence of NumPy fancy indexing and Fortran vector subscripts could be discussed. The Python ``` from numpy import...
I've found a few more Fortran packages I will try to add one by one: * [ ] Fortran processing library: http://www.biosfera.dea.ufv.br/fpl/index.html * [ ] 2DECOMP & FFT: https://github.com/numericalalgorithmsgroup/2decomp_fft *...
Beginning of this year I gave a presentation in the Fortran Object Oriented Programming Seminar Series (FOOPSS) organized by the Electronic Structure Library (ESL) initiative. The presentation is available at...
What should the learning page and tutorial look like? What should they cover? How should they be organized? Let's discuss. Follow up from fortran-lang/fortran-lang.org#5 .