Learn more about YARV , Virtual Machine for Programming Language Ruby.


 The goal of this project is only one, to develop the fastest Virtual Machine for Ruby in the world.
The developer of this project is SASADA Koichi (ko1 at atdot dot net).
 yarv-latest.tar.gz (latest revision)

You can see Subversion repository via ViewCVS (yarv trunk). You can checkout yarv repository with Subversion on http://www.atdot.net/svn/yarv/trunk with following command: svn co http://www.atdot.net/svn/yarv/trunk yarv ruby's. Some benchmarks are imported from The Great Computer Language Shootout. :yarv/: checkout directory :build/: build directory You need base ruby command. If your ruby command name is not "ruby", please set environment variable "BASENAME" as your ruby command. $ cd build $ ../yarv/configure --prefix=[your install dir] --program-suffix=-yarv $ make [BASERUBY=[your base ruby command]] $ make test (show some errors around block parameter) $ make test-all (show 20 or some erros) $ make install YARV development uses ML based BTS. Please check YARV Bugs Tutorial page. You can see status of YARV development at YARV Bugs. YARVWiki is available.BY TAATJENE

Popular Posts