Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 本網站預計持續維運至 2021年底,網站內容基本上不會再更動。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Xruby

Rating
0
Votes
0
Rate this listing
0 vote

XRuby is the first Ruby to Java compiler which compiles Ruby source code (.rb) to Java bytecode (.class). The parser is implemented in ANTLR, and ASM has been used to emit Java bytecode.

XRuby is able to pass all tests in samples/test.rb and most unit tests in test/ruby/ - a decent test suite that comes with Ruby installation. In most benchmark tests, XRuby runs faster than Ruby 1.8.5.

Platform:MAC OS X    License:Apache License 2.0

References:https://code.google.com/p/xruby/