Ruby in C#

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.

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)?

···

--
Best regards,

Alexey Verkhovsky

Ruby Forum: http://ruby-forum.org (moderator)
RForum: http://rforum.andreas-s.net (co-author)
Instiki: http://instiki.org (maintainer)

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:

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

HTH,
Mark

···

On 5/30/05, Alexey Verkhovsky <alex@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)?

Mark Hubbart wrote:

···

On 5/30/05, Alexey Verkhovsky <alex@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

   サービス終了のお知らせ

and

   rubydotnet download | SourceForge.net

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

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" <james_b@neurogami.com> wrote in message
news:429BE412.6030103@neurogami.com...

···

Mark Hubbart wrote:

On 5/30/05, Alexey Verkhovsky <alex@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

  サービス終了のお知らせ

and

  rubydotnet download | SourceForge.net

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