From: Michael Neumann Date: 2007-09-23T04:19:32+09:00 Subject: Re: [ANN] CplusRuby - Gluing C and Ruby Joel VanderWerf schrieb: > Michael Neumann wrote: >> Hi all, >> >> I am proud to announce my latest project called CplusRuby. >> Below I pasted it's README for further explanation. >> Alternatively read the following blog article: >> >> http://www.ntecs.de/blog/articles/2007/09/21/cplusruby-gluing-c-and-ruby >> >> ---------------------------------------------- >> CplusRuby - Glue C and Ruby together (OO-like) >> ---------------------------------------------- > > It's been done, but I'm glad to see it done again and probably with new > ideas :) Wow, cool! I knew about cgen, but then didn't knew that it's that easy to use. In the example you give I only see one minor difference. In CplusRuby, method :stimulate can be called directly from the C-side, without NUM2DBL conversions of Ruby-types. That's very important for my usage scenario. But I think you can do the same with cgen. Regards, Michael