Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ruby in C#

9 views
Skip to first unread message

PD

unread,
May 30, 2005, 7:00:09 PM5/30/05
to
Hi.

I am currently working on a project in C# which requires the use of a Ruby
interpreter. I also need to extend Ruby to interact with some methods built
into the host application. So I want to know if all this is possible and if
so, how would I go about doing it?

Thanks in advance,
P.

Mark Hubbart

unread,
May 30, 2005, 10:53:13 PM5/30/05
to
On 5/30/05, Alexey Verkhovsky <al...@verk.info> wrote:

> PD wrote:
>
> >I am currently working on a project in C# which requires the use of a Ruby
> >interpreter.
> >
> I have a similar (bit broader question) - what are the good, working
> ways to interoperate Ruby and .NET code (other than some socket-based
> communication)?

Will this help? the Ruby/.Net bridge was announced here:
http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/81946
.. and the site for it is here:
http://www.saltypickle.com/RubyDotNet

I'm not a .Net programmer, so I don't know for sure if this is what
you are looking for, though...

HTH,
Mark


James Britt

unread,
May 31, 2005, 12:10:51 AM5/31/05
to
Mark Hubbart wrote:
> On 5/30/05, Alexey Verkhovsky <al...@verk.info> wrote:
>
>>PD wrote:
>>
>>
>>>I am currently working on a project in C# which requires the use of a Ruby
>>>interpreter.
>>>
>>
>>I have a similar (bit broader question) - what are the good, working
>>ways to interoperate Ruby and .NET code (other than some socket-based
>>communication)?
>
>
> Will this help? the Ruby/.Net bridge was announced here:
> http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/81946
> ... and the site for it is here:
> http://www.saltypickle.com/RubyDotNet
>
Plus

http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/nrb.html

and

http://sourceforge.net/projects/rubydotnet


James

--
http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys


PD

unread,
May 31, 2005, 6:11:30 PM5/31/05
to
Thanks, though I was thinking more along the lines of using the DLL Import
function (contained in System.Runtine.InteropServices) instead of a bridge.
Would this also be a possible?

Thanks in advance,
P.

"James Britt" <jam...@neurogami.com> wrote in message
news:429BE412...@neurogami.com...

0 new messages