source: trunk/presentation-langages/haskell.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: 880 bytes
Line 
1\subsubsection{Haskell}
2
3\begin{frame}\frametitle{Haskell - Généralités}
4\begin{itemize}
5\item langage fonctionnel pur
6\item langage compilé, utilisable en comme script
7\item normalisé, implémentation libre (ghc, hugs)
8\end{itemize}
9\end{frame}
10
11\begin{frame}\frametitle{Haskell - Aspects scientifiques}
12\begin{itemize}
13\item trÚs performant pour du calcul
14%% TODO à reformuler
15\item resolution de problÚme complexes
16\end{itemize}
17\end{frame}
18
19\begin{frame}\frametitle{Haskell - Aspects informatiques}
20\begin{itemize}
21\item support multithread natif, sans modification du code
22\item code portable via recompilation
23\end{itemize}
24\end{frame}
25
26\begin{frame}[fragile]
27\frametitle{Haskell - Autres}
28\begin{itemize}
29\item la majorité des implémentation propose un shell (ghci, hugs)
30\item modules disponibles sur \verb+http://hackage.haskell.org/+
31\end{itemize}
32\end{frame}
Note: See TracBrowser for help on using the repository browser.