Skip to content

Commit

Permalink
Make explicit statement that C++ compiled "to native machine code" (#521
Browse files Browse the repository at this point in the history
)

* Make explicit statement that C++ compiled "to native machine code"

All main implementation of the languages in the example (Java, C# and Python) are actually compiled to bytecode. IMHO it's better to clearly add explicit statement that C++ is compiled "to native machine code" unlike this languages to avoid ambiguity.

* Update talk/introduction/goals.tex

---------

Co-authored-by: Sebastien Ponce <[email protected]>
  • Loading branch information
Mosolov Sergei and sponce authored Sep 20, 2024
1 parent faa6cdb commit 8e770dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion talk/introduction/goals.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8e770dd

Please sign in to comment.