[ANN] YARV: Yet Another RubyVM 0.1.0

S

SASADA Koichi

Hi,

I released YARV: Yet Another RubyVM 0.1.0.

YARV Home page: http://www.atdot.net/yarv/
YARV 0.1.0 : http://www.atdot.net/yarv/yarv-0.1.0.tar.gz


* What's this?

YARV is Virtual Machine for Programming Language Ruby.

The goal of this project is to develop the fastest
Virtual Machine for Ruby in the world.

You can see how fast YARV works.
http://www.atdot.net/yarv/bench-20050110-rev120-cygwin.txt


* YARV can:

- Parse some ruby scripts
- Execute some ruby scripts
- AOT compiler (Ruby -> C) (very partial)


* YARV can't:

- Parse all ruby scripts
- Execute all ruby scripts

Especially, YARV has many incompatibility with current ruby
interpreter.


* How to install and use:

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


* Remarks

We have mailing list to discuss about YARV in English.
http://rubyforge.org/mailman/listinfo/yarv-devel


This project is supported by IPA (Information-technology
Promotion Agency, Japan) "Exploratory Software Project (youth)".


Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top