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

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

-add python, clean main and create generalite_fonctionnel

File size: 836 bytes
Line 
1\subsection{Haskell}
2\begin{frame}\frametitle{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{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{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{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.