From: Bill Barnhill Date: 2006-03-29T21:56:21+09:00 Subject: Re: Compiling ruby code ------=_Part_525_28066655.1143636977525 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Yes and no. There is Rubyscript2exe: http://www.erikveen.dds.nl/rubyscript2exe/index.html That said suspect it would not be too hard to hack into the exe and retriev= e the script, as I believe it stores the script text and then interprets it using an embedded interpreter. I think any language that's interpreted wil= l be hackable, question is how hard you can make it for them. I also suspect we can make it a lot harder in Ruby 2.0, with a Ruby VM. You might also want to check out: All In One Ruby - http://www.erikveen.dds.nl/allinoneruby/index.html =3DBill.Barnhill On 3/29/06, Simon Nielsen wrote: > > i know very little about ruby, have only looked shortly at rails > > Is it possible to compile my own code so that it cannot be viewed by > others ? > > much like the zend compiler does for php > > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_525_28066655.1143636977525--