From: Charles O Nutter Date: 2006-08-04T04:07:49+09:00 Subject: Re: For performance, write it in C# ------=_Part_92830_10196595.1154632063045 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/3/06, Tanner Burson wrote: > > On 8/3/06, Charles O Nutter wrote: > > Mono ought to work fine, especially for something like this that's not > > using > > any crazy libraries. > > Part of the problem the last time I looked at John's code was that it > relied > on C++.NET to function as the glue between Ruby and C#. Also the last > time > I looked Mono did not have the capability to create this sort of hybrid > C++. I would love to be proven otherwise on both cases, but as of a > couple > of months ago there was not a lot of hope at a simple port to Mono. Ooops, you know you're right...I think I misunderstood. I was talking about running the latin squares algorithm in pure C#, which would obviously work fine in Mono, but the OP was using RubyCLR...so yeah, I think Mono is probably out. I think someone's gotten Ruby.NET to compile and run under Mono, but that project is still in the cradle. Still, it might do enough for this calculation? -- Contribute to RubySpec! @ www.headius.com/rubyspec Charles Oliver Nutter @ headius.blogspot.com Ruby User @ ruby.mn JRuby Developer @ www.jruby.org Application Architect @ www.ventera.com ------=_Part_92830_10196595.1154632063045--