[ANN] YARV: Yet Another RubyVM 0.1.1

S

SASADA Koichi

Hi,

I'm happy to announce that I released YARV: Yet Another RubyVM 0.1.1.

Project Home page: http://www.atdot.net/yarv/
YARV 0.1.1 : http://www.atdot.net/yarv/yarv-0.1.1.tar.gz
0.1.1 souces : http://www.atdot.net/viewcvs.cgi/yarv/tags/0.1.1/

Changes (between 0.1.0):

* some bug fixes
* refoctoring

* New Features
* support goto (*1)
* adding Ruby option "-rite" to work ruby script on YARV
instead of current ruby interpreter (*2)
* defined? support
* permit block parameter as local variables or so

* Optimization
* Instructions unification (aka super instruction) is supported
tentatively.
* JIT Compiler (Ruby script -> Native machine code), very experimental
implementation
* AOT Compiler support method dispatch

If you want to know moreover, please subscribe yarv-devel
(you can know about this ML in YARV Home page).


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


--
// SASADA Koichi at atdot dot net
//

(*1) it's only joke
(*2) using -r (require) option with ite.rb :)
 
G

George Moschovitis

Hello my friend,

just wanted to say a big THANK you for your efforts!

George
 
C

Curt Hibbs

George said:
Hello my friend,

just wanted to say a big THANK you for your efforts!

Me, too!

I just subscribed to your ML so tat I can follow along more closely. Keep up
the good work!

Curt
 
P

Phil Tomson

Hi,

I'm happy to announce that I released YARV: Yet Another RubyVM 0.1.1.

Project Home page: http://www.atdot.net/yarv/
YARV 0.1.1 : http://www.atdot.net/yarv/yarv-0.1.1.tar.gz
0.1.1 souces : http://www.atdot.net/viewcvs.cgi/yarv/tags/0.1.1/

Changes (between 0.1.0):

* some bug fixes
* refoctoring

* New Features
* support goto (*1)
* adding Ruby option "-rite" to work ruby script on YARV
instead of current ruby interpreter (*2)
* defined? support
* permit block parameter as local variables or so

* Optimization
* Instructions unification (aka super instruction) is supported
tentatively.
* JIT Compiler (Ruby script -> Native machine code), very experimental
implementation
* AOT Compiler support method dispatch

If you want to know moreover, please subscribe yarv-devel
(you can know about this ML in YARV Home page).

Cool! Thanks for all your good work.
This project is supported by IPA (Information-technology
Promotion Agency, Japan) "Exploratory Software Project (youth)".

We need something like this in the US.


Phil
 

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,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top