Skip to content

Commit b0bf2d2

Browse files
committed
fortrancon-stdlib
1 parent f7f1843 commit b0bf2d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

FortranCon2020-stdlib/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424

2525
**Title**: Fortran Standard Library
2626

27+
**Alternative title**: Fortran Standard Library - a community project
28+
2729
**Abstract**:
2830
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
29-
Therefore, the goal of this project is to provide a community driven and agreed upon de facto "standard" library for Fortran, called Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
31+
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).
3032
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.
3133
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
32-
Currently the library includes procedures for catching and andling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
34+
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
3335
Many other programmers are also involved in active discussions about the development of the Fortran Standard Library though GitHub issues.
34-
The development of this library is part of the Fortran-lang project and aims to be in collaboration with the Fortran Standards Committee.
36+
The development of this library is part of the Fortran-lang project and aims to collaborate with the Fortran Standards Committee.

0 commit comments

Comments
 (0)