webpage
webpage copied to clipboard
New Fortran webpage
A number of the commercial compilers listed at https://fortran-lang.org/compilers/ are freely available. The page mentions that in the descriptions, but I wonder if some people will immediately skip over the...
https://vmssoftware.com/products/fortran/ , mentioned at https://fortran-lang.discourse.group/t/how-to-detect-uninitialized-arguments/8354/22
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. Release notes Sourced from sphinx's releases. Sphinx 7.4.7 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.5 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.4 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.3...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.6. Commits da19566 Bump pylint to 3.2.6, update changelog (#9825) 810c59c Update setuptools to >=71.0.4 (#9812) (#9824) 5f19cd5 Fix a crash when a subclass extends...
I think it would be interesting to have a tutorial on design patterns in Fortran. Previously, I've written about the following patterns on Fortran Discourse: - Bridge: https://fortran-lang.discourse.group/t/hiding-implementation-details-the-bridge-pattern/7833 - Prototype:...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.3 What's Changed Build 🔧 Consolidated a number of build scripts to make publishing easier. Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.3...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [ablog](https://github.com/sunpy/ablog) from 0.11.10 to 0.11.11. Release notes Sourced from ablog's releases. v0.11.11 What's Changed metadata for parallel_read_safe by @nabobalis in sunpy/ablog#284 Full Changelog: https://github.com/sunpy/ablog/compare/v0.11.10...v0.11.11 Commits 0cf1430 Merge pull request...
The optional arguments feature is described, and the vector_norm function is updated to have an optional argument. A main program shows how vector_norm can be called with and without the...
Newcomers to Fortran will wonder if they can create GUIs for their Fortran programs. Especially the post of @jacobwilliams https://fortran-lang.discourse.group/t/interactive-software-services-ltd-closure/8608/15 is informative.