You are on page 1of 1

\documentclass[crop=false]{standalone}

\usepackage[T1]{fontenc}
\usepackage{command}
\usepackage{hyperref}
\usepackage{makeidx}
\makeindex
\begin{document}
\tableofcontents
\section{Memory model}
\subsection{Safety}
Cannot corrupt memory (out of index writes, writing in non allocated memory,
buffer overflow, wild pointers).
\subsection{Expressiveness}
\begin{itemize}
\item Things that the language do implicitely.
\end{itemize}
\subsection{Elements of the language}
Class, methods, objects, functions, closures.
Are they first class citizens?
\subsection{Phases}
Phases and steps and how the elements of the language fit in those steps.
Reading, construction, initilization, execution.
\printindex
\end{document}

You might also like