Skip to content

Forgot to remove alternative title and 4 words due to word limit #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions FortranCon2020-stdlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

**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.
The language can be extended with new intrinsic procedure and modules, but these must be formally standardized and then implemented by compiler vendors before becoming available to users.
Expand All @@ -35,5 +33,5 @@ This library aims to provide to the community a set of procedures for science, e
The overall scope of the Fortran Standard Library is therefore similar to the one of SciPy or to the default built-in Matlab scientific environment.
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
Many other programmers are also involved in active discussions about the development of the Fortran Standard Library through GitHub issues.
Many other programmers are also involved in active discussions about its development through GitHub issues.
The development of this library is part of the Fortran-lang project and aims to collaborate with the Fortran Standards Committee.