From: Mark Hubbart Date: 2005-05-31T11:53:13+09:00 Subject: Re: Ruby in C# On 5/30/05, Alexey Verkhovsky 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