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

Last change on this file since 302 was 302, checked in by nanardon, 13 years ago
  • add notice over ocaml deboger
File size: 894 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\item débogueur trÚs avancé
27\end{itemize}
28\end{block}
29
30\begin{block}{Autres}
31\begin{itemize}
32%% TODO \href ??
33\item Documentation accessible ici
34\verb+http://caml.inria.fr/pub/docs/manual-ocaml/+
35\item présence d'un shell
36\end{itemize}
37\end{block}
38\end{frame}
Note: See TracBrowser for help on using the repository browser.