diff --git a/talk/introduction/goals.tex b/talk/introduction/goals.tex index 1991e0d7..d0ef26d3 100644 --- a/talk/introduction/goals.tex +++ b/talk/introduction/goals.tex @@ -13,7 +13,10 @@ \pause \begin{block}{Fast} \begin{itemize} - \item compiled (unlike Java, C\#, Python, ...) + \item compiled to native machine code + \begin{itemize} + \item unlike Java, C\#, Python, ... + \end{itemize} \item allows to go close to hardware when needed \end{itemize} \end{block}