Sha256: bdb64c6f3c1e7551cd0e5700959687f68ff31a4afbaf4aa479ccf6e60bc4ff8f

Contents?: true

Size: 955 Bytes

Versions: 135

Compression:

Stored size: 955 Bytes

Contents

XRuby
Xue Yong Zhi (zhixueyong AT hotmail.com)

Overview
=====================
XRuby is an open source Ruby compiler which compiles Ruby source code (.rb) 
to Java bytecode (.class). For more information, please visit our project 
home at http://code.google.com/p/xruby .


Compile
=====================
JDK 5.0 is required to compile XRuby's source code:

On Windows:
>build.bat

On Unix:
>./build.sh


Usage
=====================
* Compile a ruby script then run:
>java -jar xruby-0.3.3.jar -c test.rb
>java -jar test.jar

If xruby.jar and test.jar are not in the same folder, then should be:
>java -cp xruby-0.3.3.jar;test.jar xruby.test.main

* Run script directly (compile behind the scene):
>java -jar xruby-0.3.3.jar test.rb

Some ruby scripts require large amount of memory, if you see OutOfMemoryError,
try to increase the maximum heap size with -Xmx parameter:
>java -Xmx512m -jar xruby-0.3.3.jar test.rb


Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/xruby/README.txt
rhodes-7.5.1 platform/shared/xruby/README.txt
rhodes-7.4.1 platform/shared/xruby/README.txt
rhodes-7.1.17 platform/shared/xruby/README.txt
rhodes-6.2.0 platform/shared/xruby/README.txt
rhodes-6.0.11 platform/shared/xruby/README.txt
rhodes-5.5.18 platform/shared/xruby/README.txt
rhodes-5.5.17 platform/shared/xruby/README.txt
rhodes-5.5.15 platform/shared/xruby/README.txt
rhodes-5.5.0.22 platform/shared/xruby/README.txt
rhodes-5.5.2 platform/shared/xruby/README.txt
rhodes-5.5.0.7 platform/shared/xruby/README.txt
rhodes-5.5.0.3 platform/shared/xruby/README.txt
rhodes-5.5.0 platform/shared/xruby/README.txt
tauplatform-1.0.3 platform/shared/xruby/README.txt
tauplatform-1.0.2 platform/shared/xruby/README.txt
tauplatform-1.0.1 platform/shared/xruby/README.txt
rhodes-3.5.1.12 platform/shared/xruby/README.txt
rhodes-3.3.5 platform/shared/xruby/README.txt
rhodes-3.4.2 platform/shared/xruby/README.txt