From: JamesBritt Date: 2002-11-14T00:44:30+09:00 Subject: Re: Ruby.NET ?? > > > Hi all, > Is there any project which deals with an implementation of ruby into > Microsoft's .NET plattform? Sort of. There is NETRuby http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/nrb.html which is the Ruby interpreter ported to C#. The documentation is sparse, and mostly in Japanese. I've managed to build the source using VS.net, but have encountered problems running example code. James