June 01, 2020
Authors: Jeremie Vandenplas, Brad Richardson, Milan Curcic and Ondřej Čertík
Welcome to the June 2020 edition of the monthly Fortran newsletter. The newsletter comes out on the first calendar day of every month and details Fortran news from the previous month.
The Fortran website has been up since mid-April, and we’ve already got great feedback from the community. In the past month we’ve updated the Compilers page which is now comprehensive and includes all major open source and commercial compilers. The Learn page has also seen significant updates—it’s been reorganized for easier navigation and currently features a quickstart tutorial, Fortran books, and other online resources.
If you haven’t yet, please explore the website and let us know if you have any suggestions for improvement. Specifically, we’ll be focusing on the Learn page and its mini-books in the coming months. Please help us make them better!
Here are some specific items that we worked on:
On May 4 we launched the Fortran Discourse, an online discussion board for anything and everything Fortran related. You can use it discuss the Fortran language, ask for help, announce events and/or personal projects, or just lurk around. There are already quite a few interesting discussions going on. Join us!
Recently we launched a website for the API documentation of the Fortran Standard Library. The website is automaticaly generated by FORD. Code of Conduct, licence, and workflow for contributing to the Fortran Standard Library can also be found on the website.
Here’s what’s new in the Fortran Standard Library:
stdlib_experimental_stats
modulediag
, eye
, and trace
functions to make working with
matrices easier.
Read the full specifications here.In this past month support for dependencies between packages has been added to the Fortran Package Manager (fpm). You can specify either a path to another folder on your machine with an fpm package, or a git repository (and optionally a specific branch, tag or commit) that contains the package. fpm will then take care of fetching the dependency for you (if necessary) and any packages it depends on, and compiling and linking it into your project. Check out an example hello world package that uses this functionality.
fpm is still in very early development, and we need as much help as we can get. Here’s how you can help today:
The short term goal of fpm is to make development and installation of Fortran packages with dependencies easier. Its long term goal is to build a rich and decentralized ecosystem of Fortran packages and create a healthy environment in which new open source Fortran projects are created and published with ease.
Specific items that are new this month:
We thank everybody who contributed to fortran-lang in the past month by commenting in any of the four repositories fortran-lang/stdlib, fortran-lang/fpm, fortran-lang/fortran-lang.org, j3-fortran/fortran_proposals:
Ondřej Čertík (@certik), Milan Curcic (@milancurcic), Laurence Kedward (@LKedward), Jeremie Vandenplas (@jvdp1), Brad Richardson (@everythingfunctional), Izaak “Zaak” Beekman (@zbeekman), Martin Diehl (@MarDiehl), @arjenmarkus, Van Snyder (@vansnyder), @FortranFan, @epagone, Ivan (@ivan-pi), Neil Carlson (@nncarlson), Ashwin Vishnu (@ashwinvis), Williams A. Lima (@ghwilliams), Peter Klausler (@klausler), Chris MacMackin (@cmacmackin), Pedro Costa (@p-costa), @mobius-eng, Salvatore Filippone (@sfilippone), @ShamanTcler, Amit Kumar (@aktech), Bálint Aradi (@aradi), Melissa Weber Mendonça (@melissawm), Jacob Williams (@jacobwilliams), Rohit Goswami (@HaoZeke), Amir Shahmoradi (@shahmoradi), Bill Long (@longb).