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

Last change on this file since 282 was 282, checked in by revillet, 13 years ago
  • correct stuffs ni python, perl, ruby and php parts
File size: 1.1 KB
Line 
1\subsection{Ruby}
2\begin{frame}\frametitle{Généralités}
3\begin{itemize}
4%\item langage interprété
5\item langage impératif, fonctionnel, orienté objet
6\item libre et gratuit
7\end{itemize}
8\end{frame}
9
10\begin{frame}\frametitle{Aspects scientifiques}
11\begin{itemize}
12\item support natif des nombres complexes
13%%\item librairies mathématiques ?
14%%\item librairies graphiques (tracé de courbe...) ?
15%%\item cartographie fournie pour les tracés ?
16\end{itemize}
17\end{frame}
18
19\begin{frame}[fragile]\frametitle{Aspects informatiques}
20\begin{itemize}
21\item support multithread natif
22\item parallélisable via modules additionnels
23\verb+http://www-unix.mcs.anl.gov/mpi/mpi_ruby/+
24%%\item portabilité ???
25\item connection possible vers le C
26\item gestion de la mémoire
27\end{itemize}
28\end{frame}
29
30\begin{frame}[fragile]
31\frametitle{Autres}
32\begin{itemize}
33\item documentation en ligne: \verb+http://www.ruby-lang.org/en/documentation/+
34\item module graphique disponible
35\item Shell: \verb+irb+, tester ruby en ligne: \verb+http://tryruby.org/+
36\item Centralisation des contributions: \verb+http://raa.ruby-lang.org/+
37\end{itemize}
38\end{frame}
Note: See TracBrowser for help on using the repository browser.