[Rubydotnet-developer] [ANN] rubydotnet-0.3.0
Status: Alpha
Brought to you by:
thomas
From: Thomas S. <th...@th...> - 2003-09-28 18:25:53
|
Hi guys, I've made a new release with an interface for embedding the ruby interpreter in a .net application. RubyInterpreter.dll is installed in the ruby bindir - the interface is fairly straightforward: RubyInterpreter.instance.eval("your ruby code here") or RubyInterpreter.instance.eval("your ruby code here", new object[] { your args here }) Just for the kick of it I made this in C# using P/Invoke to make the few ruby initialization calls and rather than linking to my rubydotnet library to access the marshalling code I use the facility for implementing managed interfaces in ruby. http://rubydotnet.sourceforge.net Cheers, Tom |