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

Last change on this file since 300 was 300, checked in by revillet, 13 years ago

-clean the whole presentation design

File size: 863 bytes
Line 
1%\subsubsection{Ocaml}
2\begin{frame}{Langages fonctionnels - Ocaml}
3\begin{exampleblock}{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{exampleblock}
12
13\begin{block}{Aspects scientifiques}
14\begin{itemize}
15\item code \og{} prouvable \fg{}
16\end{itemize}
17\end{block}
18\end{frame}
19
20\begin{frame}[fragile]\frametitle{Langages fonctionnels - Ocaml}
21\begin{block}{Aspects informatiques}
22\begin{itemize}
23\item trÚs performant
24\item support multithread
25\item code portable entre UNIX
26\end{itemize}
27\end{block}
28
29\begin{block}{Autres}
30\begin{itemize}
31%% TODO \href ??
32\item Documentation accessible ici
33\verb+http://caml.inria.fr/pub/docs/manual-ocaml/+
34\item présence d'un shell
35\end{itemize}
36\end{block}
37\end{frame}
Note: See TracBrowser for help on using the repository browser.