Skip to content

Commit 9cd45c3

Browse files
committed
fortrancon-stdlib: init
1 parent dc0b3f3 commit 9cd45c3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

FortranCon2020-stdlib/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# FortranCon2020-stdlib
2+
3+
**Authors**:
4+
[Balint Arady](https://github.com/aradi)
5+
[Izaak Beekman](https://github.com/zbeekman)
6+
[Neil Carlson](https://github.com/nncarlson)
7+
[Ondrej Certik](https://github.com/certik)
8+
[Pedro Costa](https://github.com/p-costa)
9+
[Milan Curcic](https://github.com/milancuric)
10+
[Pierre de Buyl](https://github.com/pdebuyl)
11+
[](https://github.com/fiolj)
12+
[](https://github.com/JHenneberg)
13+
[Michael Hirsch](https://github.com/scivision)
14+
[Ivan Pribec](https://github.com/ivan-pi)
15+
[](https://github.com/sakamoti)
16+
[](https://github.com/nshaffer)
17+
[Jeremie Vandenplas](https://github.com/jvdp1)
18+
[Ashwin Vishnu](https://github.com/ashwinvis)
19+
20+
21+
**Track**: Junior presentations (15 + 5 minutes discussion)
22+
23+
**Presenter**: To be confirmed
24+
25+
**Title**: Fortran Standard Library
26+
27+
**Abstract**:
28+
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 Fortran, called Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
29+
This library aims to provide to the community a set of procedures for science, engineering, and mathematics. Among others, this aims to 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.
30+
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 also aims to be in collaboration with the Fortran Standards Committee.
31+
32+

0 commit comments

Comments
 (0)