[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.3.0 Released - now with packaging support

Ryan Davis

4/22/2005 9:20:00 PM

RubyInline version 3.3.0 has been released!

http://www.zenspider.com/ZSS/Products/R...
http://rubyforge.org/projects/...

** DESCRIPTION:

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.

** FEATURES/PROBLEMS:

+ Quick and easy inlining of your C or C++ code embedded in your ruby
script.
+ Extendable to work with other languages.
+ Automatic conversion between ruby and C basic types
+ char, unsigned, unsigned int, char *, int, long, unsigned long
+ inline_c_raw exists for when the automatic conversion isn't
sufficient.
+ Only recompiles if the inlined code has changed.
+ Pretends to be secure.
+ Only uses standard ruby libraries, nothing extra to download.

http://www.zenspider.com/ZSS/Products/R...
http://rubyforge.org/projects/...

Changes:

+ 2 minor enhancements
+ Added inline_package, which helps you package inlined code into gems.
+ inline_package also generates a Rakefile for you if you need it.
+ inline.rb now (only) loads packaged code when present.

http://www.zenspider.com/ZSS/Products/R...
http://rubyforge.org/projects/...

--
ryand-ruby@zenspider.com
http://www.zenspider.com/... - Seattle.rb
http://blog.zens...