Skip to content

Commit 59568f0

Browse files
committed
Merge branch 'fortrancon-stdlib' of https://github.com/jvdp1/talks into fortrancon-stdlib
2 parents d0bf6d7 + a6aa647 commit 59568f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FortranCon2020-stdlib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
**Abstract**:
3131
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
32+
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.
3233
Therefore, the goal of this project is to provide a community driven and agreed upon de facto "standard" library for Modern Fortran, called the Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
3334
This library aims to provide to the community a set of procedures for science, engineering, and mathematics.
3435
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.

0 commit comments

Comments
 (0)