We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29246 commit a2f8024Copy full SHA for a2f8024
FortranCon2021-stdlib/stdlib-talk.tex
@@ -46,13 +46,14 @@
46
47
\begin{itemize}
48
\item Part of fortran-lang: https://github.com/fortran-lang/stdlib
49
- \item Bridge the gap between intrinsics and applications
+ \item Make Fortran easier to use and more powerful
50
+ \item Scope: both general purpose (C++/Python) \& numerical (Matlab/SciPy)
51
\begin{description}[Mathematics]
52
\item[Utilities] strings, logging, filesystem interaction
53
\item[Algorithms] searching, sorting
54
\item[Mathematics] linear algebra, special functions, statistics
55
\end{description}
- \item Somewhere between C++ stdlib \& Matlab/scipy
56
+ \item Prototype future intrinsics \& provide reference implementation
57
\end{itemize}
58
59
\note{
0 commit comments