Hi!
Is there a way to embed a Ruby interpreter into a C# program? I can
call Ruby from C# fine, and then parse the console output, but I’m
wondering if there’s not a better way.
I have tried the Ruby .NET compiler here:
http://plas.fit.qut.edu.au/Ruby.NET/Download.aspx
…but I get “undefined Resolver in Syck” when trying to compile YAML.
Any ideas?
Les