On Thu, Feb 21, 2008 at 7:04 AM, Tom M <thomas.macklin / gmail.com> wrote:
>
> On Feb 21, 3:42 am, prizr... / yahoo.com wrote:
>  > Hey.
>  >
>  > I'm currently developing a C++/Ruby binding library, called rubybind.
>  > (If you know luabind, you'll know what I aim at) It's open source,
>  > under the MIT license. Currently it's in a pretty early stage of
>  > development but is has something (barely) functional to offer.
>  >
>  > Feel free to check it out.
>  >
>  > here it is:https://sourceforge.net/projects/rubybind/
>  >
>  > And yes, this is pretty much advertizing... I hope you're not offended.
>
>  have you seen rice yet?  It seems like it could be similar...
>
>

I second the look at Rice (Ruby Interface for C++ Extensions).

In fact, I myself began work on this exact type of library, called
rubybind, of all things. That was of course until I was pointed to
Rice. Rice isn't reliant on boost, has been in development for some
time (internally by Paul Brannan and others) and only recently
officially released.

http://rice.rubyforge.org

Jason