diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-13T15·56+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-13T15·56+0100 |
commit | f47b4cad0720fd007b9b174f948ac1ed3969c053 (patch) | |
tree | 4d31cb87c09a12795089e6e6817bc85a98d5fe57 /presentation.tex | |
parent | 381c3722aac9cc143bc3fa00f37a503026c80dc1 (diff) |
feat(slides): Add slide about runtimes
All the slide number comments are now off, but oh well.
Diffstat (limited to 'presentation.tex')
-rw-r--r-- | presentation.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex index c4101fe67d5d..6ccea6712726 100644 --- a/presentation.tex +++ b/presentation.tex @@ -23,6 +23,18 @@ \end{itemize} \end{frame} + \begin{frame}{Chicken, egg and ... lizard?} + It's not just compilers: Languages have runtimes, too. + + \begin{itemize} + \item JVM is implemented in C++ + \item Erlang-VM is C + \item Haskell runtime is C + \end{itemize} + + ... we can't ever get away from C, can we? + \end{frame} + %% Slide 3: \begin{frame}{Trusting Trust} \begin{center} |