Skip to content

Commit 7c74230

Browse files
awvwgkmilancurcic
andauthored
Apply suggestions from code review
Co-authored-by: Milan Curcic <[email protected]>
1 parent 0369cfe commit 7c74230

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PackagingCon2021-fpm/main.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ \section{Motivation}
6060

6161
\begin{frame}{What is Fortran?}
6262
\begin{itemize}
63-
\item Fortran was developed by John Backus' team at IBM in 1954--1957
64-
\item created to ease translation of \alert{mathematical formulas} into machine code
6563
\item the first \alert{high-level}, \alert{optimized}, and \alert{cross-platform} programming language
64+
\item Fortran was developed by John Backus's team at IBM in 1954--1957
65+
\item created to ease translation of \alert{mathematical formulas} into machine code
6666
\item highly successful in scientific computing and engineering
6767
\item many scientific applications and libraries are developed in Fortran
6868
\item language still under active development, latest standard is \alert{2018}
@@ -85,7 +85,7 @@ \section{Motivation}
8585
\item impossible to depend on a project without redistributing it
8686
\\[2ex]
8787
\item[\alert{▶}] create a \alert{Fortran-specific} build system and package manager to fix this
88-
\item[\alert{▶}] make it easy to create \alert{reusable} Fortran libraries
88+
\item[\alert{▶}] make it easy to create and distribute \alert{reusable} Fortran libraries
8989
\item[\alert{▶}] Fortran package manager (\alert{fpm})
9090
\end{itemize}
9191
\end{frame}
@@ -125,19 +125,19 @@ \section{Motivation}
125125

126126
\section{Implementing fpm in Fortran}
127127

128-
\begin{frame}{Language choice for implementing a package manager}
128+
\begin{frame}{Choosing the language to implement a package manager}
129129
\begin{columns}
130130
\hskip.5em
131131
\begin{column}{.46\textwidth}
132132
\begin{itemize}
133133
\item fast without much overhead
134-
\item self-contained and simple to setup
134+
\item self-contained and simple to set up
135135
\item easily accessible for users/contributors
136136
\end{itemize}
137137
\end{column}
138138
\begin{column}{.49\textwidth}
139139
\begin{itemize}
140-
\item[\alert{▶}] use compiled language
140+
\item[\alert{▶}] use a compiled language
141141
\item[\alert{▶}] small runtime library or static binaries
142142
\item[\alert{▶}] mostly Fortran developers
143143
\end{itemize}

0 commit comments

Comments
 (0)