[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] RubyInline 3.6.6 Released

Ryan Davis

12/27/2007 9:56:00 PM


RubyInline version 3.6.6 has been released!

* <http://rubyforge.org/projects/rubyi...
* <http://www.zenspider.com/ZSS/Products/RubyI...

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:
* Enhanced windows support thanks to Luis Lavena.

* <http://rubyforge.org/projects/rubyi...
* <http://www.zenspider.com/ZSS/Products/RubyI...


2 Answers

Steve Ross

12/28/2007 4:41:00 AM

0

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

> RubyInline version 3.6.6 has been released!
>
> * <http://rubyforge.org/projects/rubyi...
> * <http://www.zenspider.com/ZSS/Products/RubyI...
>
> 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" :)


Ryan Davis

12/28/2007 6:43:00 AM

0


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

> This pretty well rocks! Thanks for a quick-witted answer to "Ruby is
> slow" :)

thanks!