[FMFP] Final remarks and fixes

This commit is contained in:
2026-08-06 15:10:54 +02:00
parent dad7286f10
commit 7cdba7dca9
10 changed files with 18 additions and 4 deletions
@@ -1,6 +1,6 @@
\subsubsection{Evaluation strategies}
\begin{examdetails}
It is likely that one such task will appear.
It is not very likely that one such task will appear.
\end{examdetails}
Evaluation strategies formalize how programming languages evaluate the code.
Most of the commonly used programming languages use \textit{eager evaluation}, whereas functional programming languages tend to prefer \textit{lazy evaluation}