2008/12/6 A. Sebastián Rodríguez C. <[EMAIL PROTECTED]> > Quisiera hacer una pregunta a la lista, ¿alguien ha tenido alguna > experiencia utilizando funciones MPI Ruby o insertando funciones de C/C++? > > Sebastián, podes intentar simplificar la tarea usando alguna de estas dos gemas:
http://rubyforge.org/projects/rubyinline/ Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). O http://rubyforge.org/projects/rbplusplus/ rb++ is a library that uses GCCXML (through rbgccxml) to make it incredibly easy to wrap C++ code into Ruby extensions. > Con respecto a las reuniones mensuales, ¿es posible que pueda participar? > Seguro! A la ultima, a mi me dejaron entrar :-) Yo no tuve parte en la organizacion pero me doy cuenta de que la audiencia es bastante heterogenea, hasta asistio gente de php! -- -------------------------------------------------------------- EmmanuelOga.Wordpress.com
_______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
