[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby interfacing with Ada

Van Dyk, Joe

12/13/2004 9:12:00 PM

A cursory search didn't bring up much stuff on interfacing Ruby with Ada.
Is there anything out there? Or do I just need to write a C bridge between
Ruby and Ada?

Thanks,
Joe


2 Answers

ptkwt

12/14/2004 10:31:00 AM

0

In article <I8oIw6.2oH@news.boeing.com>,
Joe Van Dyk <joe.vandyk@boeing.com> wrote:
>A cursory search didn't bring up much stuff on interfacing Ruby with Ada.
>Is there anything out there? Or do I just need to write a C bridge between
>Ruby and Ada?
>

If you're using gcc's ADA frontend (used to be called gnat, is it still?)
you could create a shared lib that you could probably access from Ruby (I
wonder if Ruby/dl would work?)

Phil

Van Dyk, Joe

12/15/2004 6:33:00 PM

0

Phil Tomson wrote:
> In article <I8oIw6.2oH@news.boeing.com>,
> Joe Van Dyk <joe.vandyk@boeing.com> wrote:
>> A cursory search didn't bring up much stuff on
>> interfacing Ruby with Ada. Is there anything out there?
>> Or do I just need to write a C bridge between Ruby and
>> Ada?
>>
>
> If you're using gcc's ADA frontend (used to be called
> gnat, is it still?) you could create a shared lib that
> you could probably access from Ruby (I wonder if Ruby/dl
> would work?)
>
> Phil

Hey, I am using that! Anyone know if Ruby/DL would work with this?