hahaha On Sep 7, 2014 1:08 PM, "Rob Kaufman" <[email protected]> wrote:
> =-D > With Chris being an ex Java guy I felt like it had to be clarified. I > mean we'd both die laughing if he tried to use a kind of terrible Java GUI > to tie his C++ to his Ruby code after all > > Rob > > > On Fri, Sep 5, 2014 at 5:15 PM, Matt Aimonetti <[email protected]> > wrote: > >> Yes I meant swig, sorry about the typo. >> On Sep 5, 2014 2:31 AM, "Rob Kaufman" <[email protected]> wrote: >> >>> Hey Matt, >>> Do you mean SWIG (http://www.swig.org)? I've used it before, it works >>> well, but makes for a pretty large API footprint. I totally agree that a >>> socket connection or HTTP interface between the two things is preferable >>> for long term or complex use. If nothing else it makes you be deliberate >>> about your API >>> >>> Best, >>> Rob >>> >>> >>> On Thu, Sep 4, 2014 at 3:38 AM, Matt Aimonetti <[email protected]> >>> wrote: >>> >>>> you can use swing but in general Ruby and C++ aren't friends. You might >>>> want to consider bridging the two worlds differently (maybe via socket >>>> connections) >>>> >>>> >>>> On Wed, Sep 3, 2014 at 6:35 PM, Chris McCann <[email protected]> >>>> wrote: >>>> >>>>> I'm working on a project that needs to interface a Rails app with some >>>>> native C++ code. I had hoped to use FFI, but it only supports C. >>>>> >>>>> My research shows there are other ways to do it but I'm curious if >>>>> anyone in the group has experience interfacing Ruby code with native code >>>>> in C++. >>>>> >>>>> If I can get this working I'll happily give a talk at SD Ruby on it! >>>>> >>>>> Cheers, >>>>> >>>>> Chris >>>>> >>>>> -- >>>>> -- >>>>> SD Ruby mailing list >>>>> [email protected] >>>>> http://groups.google.com/group/sdruby >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "SD Ruby" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>>> -- >>>> SD Ruby mailing list >>>> [email protected] >>>> http://groups.google.com/group/sdruby >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "SD Ruby" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> -- >>> SD Ruby mailing list >>> [email protected] >>> http://groups.google.com/group/sdruby >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "SD Ruby" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> -- >> SD Ruby mailing list >> [email protected] >> http://groups.google.com/group/sdruby >> --- >> You received this message because you are subscribed to the Google Groups >> "SD Ruby" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > --- > You received this message because you are subscribed to the Google Groups > "SD Ruby" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
