Skip to content

Commit a2f8024

Browse files
committed
improve goals & scope
1 parent 0f29246 commit a2f8024

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

FortranCon2021-stdlib/stdlib-talk.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646

4747
\begin{itemize}
4848
\item Part of fortran-lang: https://github.com/fortran-lang/stdlib
49-
\item Bridge the gap between intrinsics and applications
49+
\item Make Fortran easier to use and more powerful
50+
\item Scope: both general purpose (C++/Python) \& numerical (Matlab/SciPy)
5051
\begin{description}[Mathematics]
5152
\item[Utilities] strings, logging, filesystem interaction
5253
\item[Algorithms] searching, sorting
5354
\item[Mathematics] linear algebra, special functions, statistics
5455
\end{description}
55-
\item Somewhere between C++ stdlib \& Matlab/scipy
56+
\item Prototype future intrinsics \& provide reference implementation
5657
\end{itemize}
5758

5859
\note{

0 commit comments

Comments
 (0)