FortranCon 2020 abstract for stdlib

Authors:
Balint Arady
Izaak Beekman
Neil Carlson
Ondrej Certik
Pedro Costa
Milan Curcic
Pierre de Buyl
???
???
Michael Hirsch
Ivan Pribec
???
???
Jeremie Vandenplas
Ashwin Vishnu

Track: Junior presentations (15 + 5 minutes discussion)

Presenter: To be confirmed

Title: Fortran Standard Library

Alternative title: Fortran Standard Library - a community project

Abstract:
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
Therefore, the goal of this project is to provide a community driven and agreed upon de facto “standard” library for Modern Fortran, called Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
This library aims to provide to the community a set of procedures for science, engineering, and mathematics. Among others, it will include procedures for manipulating strings and files, for assertions and unit testing, but also, e.g., for searching and sorting algorithms, linear algebra, sparse matrices, or statistics.
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
Many other programmers are also involved in active discussions about the development of the Fortran Standard Library though GitHub issues.
The development of this library is part of the Fortran-lang project and aims to collaborate with the Fortran Standards Committee.

For review and comments, please go to this PR

2 Likes

Congratulations! The abstract has been accepted.

3 Likes