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-3.2.2 platform/shared/xruby/README.txt
rhodes-3.2.2.beta platform/shared/xruby/README.txt
rhodes-3.2.1 platform/shared/xruby/README.txt
rhodes-3.2.0 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.9 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.8 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.7 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.6 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.5 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.4 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.2 platform/shared/xruby/README.txt
rhodes-3.2.0.beta.1 platform/shared/xruby/README.txt
rhodes-3.1.1 platform/shared/xruby/README.txt
rhodes-3.1.1.beta platform/shared/xruby/README.txt
rhodes-3.1.0 platform/shared/xruby/README.txt
rhodes-3.1.0.beta.5 platform/shared/xruby/README.txt
rhodes-3.1.0.beta.4 platform/shared/xruby/README.txt
rhodes-3.1.0.beta.3 platform/shared/xruby/README.txt
rhodes-3.1.0.beta.2 platform/shared/xruby/README.txt
rhodes-3.1.0.beta.1 platform/shared/xruby/README.txt