File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Fortran Standard Library
2
2
3
+ ## Goals and Motivation
4
+
5
+ The Fortran Standard, as published by the ISO (https://wg5-fortran.org/ ), does
6
+ not have a Standard Library. The goal of this project is to provide a community
7
+ driven and agreed upon * de facto* "standard" library for Fortran, called a
8
+ Fortran Standard Library (` stdlib ` ). We have a rigorous process how ` stdlib ` is
9
+ developed as documented in our [ Workflow] ( WORKFLOW.md ) . ` stdlib ` is both a
10
+ specification and a reference implementation. We are cooperating with the
11
+ Fortran Standards Committee (e.g., the effort
12
+ [ started] ( https://github.com/j3-fortran/fortran_proposals/issues/104 ) at the J3
13
+ committee repository) and the plan is to continue working with the Committee in
14
+ the future (such as in the step 5. in the [ Workflow] ( WORKFLOW.md ) document), so
15
+ that if the Committee wants to standardize some feature already available in ` stdlib ` , it would
16
+ base it on ` stdlib ` 's implementation.
17
+
3
18
## Scope
4
19
5
20
The goal of the Fortran Standard Library is to achieve the following general scope:
You can’t perform that action at this time.
0 commit comments