Skip to content

Commit 53d8af5

Browse files
committed
better highlight color; add modules/procedures/types summary
1 parent a2f8024 commit 53d8af5

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

FortranCon2021-stdlib/stdlib-talk.tex

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,33 @@
7474
\centering
7575
\begin{tabular}{ccc}
7676
ascii &
77-
\textcolor{red}{bitsets} &
77+
\textcolor{orange}{bitsets} &
7878
error \\
7979
io &
8080
kinds &
8181
linalg \\
82-
\textcolor{red}{logger} &
83-
\textcolor{red}{math} &
82+
\textcolor{orange}{logger} &
83+
\textcolor{orange}{math} &
8484
optval \\
8585
quadrature &
86-
\textcolor{red}{sorting} &
87-
\textcolor{red}{specialfunctions} \\
86+
\textcolor{orange}{sorting} &
87+
\textcolor{orange}{specialfunctions} \\
8888
stats &
89-
\textcolor{red}{stats\_distribution\_PRNG} &
90-
\textcolor{red}{stringlist\_type} \\
91-
\textcolor{red}{strings} &
92-
\textcolor{red}{string\_type} &
89+
\textcolor{orange}{stats\_distribution\_PRNG} &
90+
\textcolor{orange}{stringlist\_type} \\
91+
\textcolor{orange}{strings} &
92+
\textcolor{orange}{string\_type} &
9393
system
9494
\end{tabular}
9595
\end{block}
9696

97+
98+
\begin{center}
99+
18 modules,
100+
7 derived types,
101+
119 procedures
102+
\end{center}
103+
97104
\note{
98105
By raw count of modules included in stdlib, the project has roughly doubled in size in the past year.
99106
A year ago, stdlib looked more like a grab-bag of utilities than a standard library.

0 commit comments

Comments
 (0)