rubynet-announce Digest, Vol 10, Issue 1

  • Thread starter rubynet-announce-request
  • Start date
R

rubynet-announce-request

Send rubynet-announce mailing list submissions to
(e-mail address removed)

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.rubynet.org/lists/listinfo/rubynet-announce
or, via email, send a message with subject or body 'help' to
(e-mail address removed)

You can reach the person managing the list at
(e-mail address removed)

When replying, please edit your Subject line so it is more specific
than "Re: Contents of rubynet-announce digest..."


Today's Topics:

1. RubyInline 3.0.0 Released (Ryan Davis)


----------------------------------------------------------------------

Message: 1
Date: Wed, 24 Dec 2003 11:45:47 -0800
From: Ryan Davis <[email protected]>
Subject: [ruby-announce] RubyInline 3.0.0 Released
To: Ruby Announce <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII; format=flowed

RubyInline version 3.0.0 has been released!

Ruby Inline is my quick attempt to create an analog to Perl's
Inline::C. It allows you to embed C or C++ external module code in
your ruby script directly. The code is compiled and run on the fly
when needed. The ruby version isn't near as feature-full as the perl
version, but it is neat!

** FEATURES/PROBLEMS:

+ Quick and easy inlining of your C or C++ code embedded in your ruby
script.
+ Rudimentary 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.
+ Simple as it can be. Less than 230 lines long... um... sorta simple.

http://www.sf.net/projects/rubyinline/

Changes:

+ Complete rewrite with new design.
+ Multiple language support, works with C/C++ out of the box.
+ Multiple functions per compilation unit, now allowing entire
classes to be defined and linked in one unit.


------------------------------

_______________________________________________
rubynet-announce mailing list
(e-mail address removed)
http://lists.rubynet.org/lists/listinfo/rubynet-announce

End of rubynet-announce Digest, Vol 10, Issue 1
***********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top