From: Just Another Victim of the Ambient Morality Date: 2007-01-11T04:35:09+09:00 Subject: How do I embed a Ruby interpreter in my C program? How do I embed a Ruby interpreter in my Win32 C/C++ program? The PicAxe book is disturbingly laconic on the subject and leaves many seemingly important details out. Is there a library I can link against that will contain the interpreter? Do I have to compile the Ruby interpreter source code with my project? How does any of this crazy stuff work? I have been able to find very few resources on the internets regading this so links to good sites on the matter will be greatly appreciated. Thank you...