A true Ruby compiler (for Linux)

People,

I have found RubyScript2Exe but that is not a real compiler. Ruby is
such an nice OO language to develop in - why isn’t there a demand to
compile a finished script? - then you get the benefits of fast
development times as well as fast run times.

Thanks,

Phil.

Philip R.

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:(0)411-185-652
Fax: +61:(0)2-8221-9599
E-mail: [email protected]

Philip R. wrote:

Ruby is
such an nice OO language to develop in - why isn’t there a demand to
compile a finished script?
I think you’re confusing demand and supply. :stuck_out_tongue:

Devin

http://www.atdot.net/yarv/

Same type of thing that Python does now: byte-compile the python code
and
interpret through a VM. This will be available for Ruby 2.0, though you
can
use it now.

Jason