Re: [Rubydotnet-developer] [ANN]: rubydotnet-0.2.0
Status: Alpha
Brought to you by:
thomas
From: Richard K. <ri...@in...> - 2003-09-22 20:39:44
|
you should check out this URL for hints on embedding Ruby in a C++ framework: http://aeditor.rubyforge.org/ruby_cplusplus/index.html great work btw... -rich On Monday, September 22, 2003, at 04:16 PM, Thomas Sondergaard wrote: > > No, you can't embed the ruby interpreter yet. It is a very good idea, > though. I wonder what it would take to make it happen? The marshalling > code is essentially the same and the same services are necessary for > calling back to .net from ruby. Wouldn't it be a simple matter of > creating a managed C++ extension that hosts the .net interpreter and > makes it require 'dotnet'. The API would then be |