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

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

-add python, clean main and create generalite_fonctionnel

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