[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

IronRuby Question...

Becky Franklin

4/28/2009 1:09:00 PM

Hey folks,

I'm sure this is just something I've missed but I've been looking into
the Ruby.Net and IronRuby and I just wanted to check that IronRuby is
basically a way to compile ruby code into a dll for use with a VB.Net
project? All I need to be able to do is treat the ruby as containing
methods that the vb accesses and then has results returned - I know
Ruby.Net could do that but can IronRuby?

Thanks very much!
Becky
--
Posted via http://www.ruby-....

2 Answers

Zac Brown

4/28/2009 2:25:00 PM

0

IronRuby is an implementation of Ruby designed to run
on the .NET platform. As such, I suspect if you write proper
libraries in Ruby and wrap them up nicely you could theoretically
do that with VB.NET. However my understanding of the state of
IronRuby right now is that its not fully compatible at this point.

What you're asking though entirely depends on what stage IronRuby
is at. Similarly Java can make calls to JRuby.

-Zac

On Apr 28, 2009, at 9:08 AM, Becky Franklin wrote:

> Hey folks,
>
> I'm sure this is just something I've missed but I've been looking into
> the Ruby.Net and IronRuby and I just wanted to check that IronRuby is
> basically a way to compile ruby code into a dll for use with a VB.Net
> project? All I need to be able to do is treat the ruby as containing
> methods that the vb accesses and then has results returned - I know
> Ruby.Net could do that but can IronRuby?
>
> Thanks very much!
> Becky
> --
> Posted via http://www.ruby-....
>


Becky Franklin

4/28/2009 2:28:00 PM

0

Zachary Brown wrote:
> IronRuby is an implementation of Ruby designed to run
> on the .NET platform. As such, I suspect if you write proper
> libraries in Ruby and wrap them up nicely you could theoretically
> do that with VB.NET. However my understanding of the state of
> IronRuby right now is that its not fully compatible at this point.
>
> What you're asking though entirely depends on what stage IronRuby
> is at. Similarly Java can make calls to JRuby.
>
> -Zac

Thank you - I think I'll stick with RubyConnector for now then :o)
--
Posted via http://www.ruby-....