The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyInline 3.6.0 Released (finally)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Ryan Davis is a ruby nerd.
RubyInline 3.6.0 Released (finally) Posted: Sep 15, 2006 6:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Ryan Davis.
Original Post: RubyInline 3.6.0 Released (finally)
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Ryan Davis
Latest Posts From Polishing Ruby

Advertisement

RubyInline version 3.6.0 has been released! Only 10 month late! (ugh I can be so spacy sometimes!)

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

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.

Using the package_inline tool Inline now allows you to package up
your inlined object code for distribution to systems without a
compiler (read: windows)!

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 requires standard ruby libraries, nothing extra to download.
+ Can generate a basic Rakefile and package up built extensions for distribution.

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

Changes:

+ 6 minor enhancements
+ C builder can now be used directly for other foreign language glue.
+ Pretty much all (c) functions are plain argument style, not argc/argv.
+ Added Nathaniel and Dan's patches for windows support.
+ Added VALUE as a default known type.
+ Improved testing under $DEBUG.
+ Deprecated $INLINE_FLAGS and $INLINE_LIBS are dead.
+ 3 bug fixes
+ Fixed a number of issues wrt testing.
+ Cleaned up and cached certain calculations.
+ Some windows compiler fixes went in, but MS compiler is a PITA still.

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

Read: RubyInline 3.6.0 Released (finally)

Topic: Opinion: Taking Ruby to the kids? Previous Topic   Next Topic Topic: What's New in Edge Rails: Get Your RSS & Atom Feeds for Free

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use