[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.8.1 Released

Ryan Davis

10/24/2008 11:30:00 PM


RubyInline version 3.8.1 has been released!

* <http://rubyforge.org/projects/rubyi...
* <http://rubyinline.rubyforge.org/RubyI...
* <http://www.zenspider.com/ZSS/Products/RubyI...
* <ryand-ruby@zenspider.com>

Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.

You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for the required API.

Changes:

### 3.8.1 / 2008-10-24

* 1 minor enhancement

* Inline registers all classes for hoe's INLINE=1 packaging feature.

* <http://rubyforge.org/projects/rubyi...
* <http://rubyinline.rubyforge.org/RubyI...
* <http://www.zenspider.com/ZSS/Products/RubyI...
* <ryand-ruby@zenspider.com>