What? You didn't write the script in Ruby, but in Perl? ~,^ Still, this is rather interesting. Similar to Python's freeze. Does the resulting executable need a Ruby environment to run (i.e. does it need external modules to be installed, or will it automatically fold those into the resulting executable if it can determine which are to be loaded?) Sean Etc. On Mon, 2001-10-01 at 13:29, Gil Cohen wrote: > Dear All, > > Yesterday I wrote a simple perl script that converts Ruby programs to C > (it's actually, pretty simple. It just does a simple XOR encryption on > the script, and uses rb_eval_string to run it) Nonetheless, it still > works. > > http://sung.lostgeeks.net/ruby2exe > > > Signed, > Gil >