source: trunk/presentation-langages/haskell.tex @ 286

Last change on this file since 286 was 286, checked in by revillet, 13 years ago
  • add missing langages and clean presentation a bit
File size: 877 bytes
Line 
1%\subsection{Haskell}
2\begin{frame}\frametitle{Haskell - Généralités}
3\begin{itemize}
4\item langage fonctionnel pur
5\item langage compilé, utilisable en comme script
6\item normalisé, implémentation libre (ghc, hugs)
7\end{itemize}
8\end{frame}
9
10\begin{frame}\frametitle{Haskell - Aspects scientifiques}
11\begin{itemize}
12\item trÚs performant pour du calcul
13%% TODO à reformuler
14\item resolution de problÚme complexes
15\end{itemize}
16\end{frame}
17
18\begin{frame}\frametitle{Haskell - Aspects informatiques}
19\begin{itemize}
20\item support multithread natif, sans modification du code
21\item code portable via recompilation
22\end{itemize}
23\end{frame}
24
25\begin{frame}[fragile]
26\frametitle{Haskell - Autres}
27\begin{itemize}
28\item la majorité des implémentation propose un shell (ghci, hugs)
29\item modules disponibles sur \verb+http://hackage.haskell.org/+
30\end{itemize}
31\end{frame}
Note: See TracBrowser for help on using the repository browser.