From: Marc Heiler Date: 2008-12-12T08:08:50+09:00 Subject: Re: Invoking Ruby code from a low-level language? > Rather than forcing people to download Ruby and > Fox and install them themselves, in addition to installing our client, > we would prefer to be able to bundle the Ruby interpreter and GUI > libraries into our application (as dynamic libraries or something) and > then write most of the program in C (the startup code, the > communications layer, etc), and only have the user-interaction stuff > written in Ruby. Have a look at http://www.erikveen.dds.nl/rubyscript2exe/ Also you may want to look at Ruby-C http://www.rubyinside.com/how-to-create-a-ruby-extension-in-c-in-under-5-minutes-100.html -- Posted via http://www.ruby-forum.com/.