Skip to content

Commit a7284f2

Browse files
authored
minor revisions
1 parent da1253d commit a7284f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FortranCon2021-stdlib/stdlib-talk.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,19 @@
4747
\begin{itemize}
4848
\item Part of fortran-lang: https://github.com/fortran-lang/stdlib
4949
\item Make Fortran easier to use and more powerful
50+
\item Prototype future intrinsics \& provide reference implementation
5051
\item Scope: both general purpose (C++/Python) \& numerical (Matlab/SciPy)
5152
\begin{description}[Mathematics]
5253
\item[Utilities] strings, logging, filesystem interaction
5354
\item[Algorithms] searching, sorting
5455
\item[Mathematics] linear algebra, special functions, statistics
5556
\end{description}
56-
\item Prototype future intrinsics \& provide reference implementation
5757
\end{itemize}
5858

5959
\note{
6060
Before I can show off what's new in the standard library, let's have a few words about what it is.
6161
It's a volunteer effort maintained under the fortran-lang organization, with the code hosted on Github.
62+
One aim of stdlib is to serve as a testing ground for future intrinsics and to provide reference implementations.
6263
The main goal is to bridge the gap between what's offered intrinsically in the language versus the high-level code one would like to write in applications.
6364
This makes the scope of the Fortran standard library quite wide.
6465
We want to offer general programming-type things like common algorithms a la C++, while also providing a good base of numerically-oriented functionality like what's found in Matlab or the Python scientific ecosystem.
@@ -236,7 +237,6 @@
236237
Included in that are two Google Summer of Code students Aman Godara and Chetan Karwa, who we will hear from shortly.
237238
What that figure doesn't include is contributions made in the form of Issues and reviews of Pull Requests.
238239
It's really great to see over 100 new Issues opened in the past year, since this not only includes bug reports but also discussion of workflow improvements and proposals for new features.
239-
And looking at the timeline of commits since last year's FortranCon, we see a nice sustained development with big rushes of new development at the end of last summer and throughout this summer.
240240
}
241241
\end{frame}
242242

0 commit comments

Comments
 (0)