RubyInline 3.6.6 Released

RubyInline version 3.6.6 has been released!

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). The code is compiled and
run on the fly when needed.

Changes:

3.6.6 / 2007-12-27* 1 minor enhancement:

On Dec 27, 2007, at 1:56 PM, Ryan D. wrote:

RubyInline version 3.6.6 has been released!

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). The code is compiled and
run on the fly when needed.

This pretty well rocks! Thanks for a quick-witted answer to “Ruby is
slow” :slight_smile:

On Dec 27, 2007, at 20:40 , s.ross wrote:

This pretty well rocks! Thanks for a quick-witted answer to “Ruby is
slow” :slight_smile:

thanks!