[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ruby2java 0.0.1 Released

Charles Oliver Nutter

5/22/2009 11:00:00 PM

ruby2java version 0.0.1 has been released!

* <http://kenai.com/projects/ruby2java/page...

The Ruby2Java compiler inspects the *runtime* definition of classes
to produce a normal-looking Java class. All metaprogrammed methods
are reflected on the Java class, as are runtime modifications to
those methods.

Changes:

### 0.0.1 / 2009-05-20

* First experimental version
* Basic compilation of a Ruby class to a Java class
* public instance and static methods and public constructors
* interface implementation
* package specification
* basic method annotations

* <http://kenai.com/projects/ruby2java/page...

1 Answer

Charles Oliver Nutter

5/22/2009 11:25:00 PM

0

And close on its heels is 0.0.2, which actually specifies the bitescript
dependency. Sigh!

Charles Oliver Nutter wrote:
> ruby2java version 0.0.1 has been released!
>
> * <http://kenai.com/projects/ruby2java/page...
>
> The Ruby2Java compiler inspects the *runtime* definition of classes
> to produce a normal-looking Java class. All metaprogrammed methods
> are reflected on the Java class, as are runtime modifications to
> those methods.
>
> Changes:
>
> ### 0.0.1 / 2009-05-20
>
> * First experimental version
> * Basic compilation of a Ruby class to a Java class
> * public instance and static methods and public constructors
> * interface implementation
> * package specification
> * basic method annotations
>
> * <http://kenai.com/projects/ruby2java/page...
>