source: trunk/presentation-langages/ocaml.tex @ 287

Last change on this file since 287 was 287, checked in by nanardon, 13 years ago
  • create automatically a slide for each language (subsubsection)
File size: 801 bytes
Line 
1\subsubsection{Ocaml}
2
3\begin{frame}\frametitle{Ocaml - Généralités}
4\begin{itemize}
5\item langage fonctionnel et impératif
6\item créé par l'INRIA
7\item langage compilé
8\item compilateur libre et gratuit
9\item gestion de la mémoire
10\end{itemize}
11\end{frame}
12
13\begin{frame}\frametitle{Ocaml - Aspects scientifiques}
14\begin{itemize}
15\item code \og{} prouvable \fg{}
16\end{itemize}
17\end{frame}
18
19\begin{frame}\frametitle{Ocaml - Aspects informatiques}
20\begin{itemize}
21\item trÚs performant
22\item support multithread
23\item code portable entre UNIX
24\end{itemize}
25\end{frame}
26
27\begin{frame}[fragile]
28\frametitle{Ocaml - Autres}
29\begin{itemize}
30%% TODO \href ??
31\item Documentation accessible ici
32\verb+http://caml.inria.fr/pub/docs/manual-ocaml/+
33\item présence d'un shell
34\end{itemize}
35\end{frame}
Note: See TracBrowser for help on using the repository browser.