--000e0cd722faddb5d7047f1e762f Content-Type: text/plain; charset=ISO-8859-1 Unless there's a magic API I'm not aware of, Ruby doesn't have anything like this. MRI uses globals which can make embedding difficult and will certainly prevent you from running multiple copies of the same VM within a single process image. I know people using an embedded Ruby interpreter, and the general take is: not fun. If you really want to use Ruby within your application, I'd suggest starting a copy of the Ruby interpreter in another process and talking over pipes. On Sun, Feb 7, 2010 at 3:00 PM, Schala Zeal <schalaalexiazeal / gmail.com>wrote: > I was wondering if there was a site with reliable documentation covering > the C embed API? The one on ruby-lang.org is near useless as it was > simply generated without commentary. I could have sworn there was > another site with documentation that explained the stuff and not just > display the declarations. I forgot which site that was and I forgot what > terms I put in Google to find it. > -- > Posted via http://www.ruby-forum.com/. > > -- Tony Arcieri Medioh! A Kudelski Brand --000e0cd722faddb5d7047f1e762f--