[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] JRuby 0.9.9 Released

Thomas Enebo

4/23/2007 11:11:00 PM

The JRuby community is pleased to announce the release of JRuby 0.9.9.

Homepage: http://www....
Download: http://dist.codehaus....

This release has largely been a stabilization release where we have spent
more focus on Ruby compatibility. We are gearing up for a 1.0 release. Here
are some of the more significant acheivements for 0.9.9:

- Major compatibility and performance overhaul of String, Array, Hash
- Many YAML and Marshalling issues have been fixed
- Java Integration overhaul fixing many outstanding issues
- 180 Jira issues resolved
- Several more bottlenecks removed
- Rails applications like Mephisto and plugins like Goldberg are running
without hitches
- Performance has improved by 40% over 0.9.8 based on YARV benchmarks

With all the hard work done by Marcin Mielz.yn'ski and Bill Dortch we
are adding
them as core committers. Their contributions have made a huge difference in
our progress as of late.

We also want to thank all people who hang out on IRC, triage/report/patch
issues, and communicate on our mailing lists. Their interest has really
helped shape JRuby into a better implementation.

Please take JRuby 0.9.9 for a spin and help us root out the last issues
before our 1.0 release!

-Tom

--
--
Thomas E Enebo <thomas.enebo@sun.com>
JRuby Core Developer, http://www.bloglines.com/blog/Th...


6 Answers

Daniel Berger

4/24/2007 12:02:00 AM

0

On Apr 23, 5:10 pm, Thomas Enebo <Thomas.En...@Sun.COM> wrote:
> The JRuby community is pleased to announce the release of JRuby 0.9.9.

<snip>

> Please take JRuby 0.9.9 for a spin and help us root out the last issues
> before our 1.0 release!

Great work!

That being said, you can't avoid JNI forever. In my humble opinion, a
1.0 release should support the POSIX functions you've been avoiding.

Regards,

Dan


Charles Oliver Nutter

4/24/2007 2:25:00 AM

0

Daniel Berger wrote:
> On Apr 23, 5:10 pm, Thomas Enebo <Thomas.En...@Sun.COM> wrote:
>> The JRuby community is pleased to announce the release of JRuby 0.9.9.
>
> <snip>
>
>> Please take JRuby 0.9.9 for a spin and help us root out the last issues
>> before our 1.0 release!
>
> Great work!
>
> That being said, you can't avoid JNI forever. In my humble opinion, a
> 1.0 release should support the POSIX functions you've been avoiding.

You may be right...and it would be quite generous of you to jump in and
help out! I'm sure your JNI-based implementation of POSIX functions for
JRuby will be an excellent addition!

;)

- Charlie

Charles Oliver Nutter

4/24/2007 7:21:00 AM

0

Stephen Duncan wrote:
> Starting point: http://www.basepath.com...

I concur...JTux appears to be the most promising candidate. It's too bad
it wouldn't work for Windows, but perhaps I don't care.

- Charlie

music

4/24/2007 7:44:00 AM

0

Thomas Enebo wrote:
> The JRuby community is pleased to announce the release of JRuby 0.9.9.
>
> Homepage: http://www....
> Download: http://dist.codehaus....
>
> This release has largely been a stabilization release where we have spent
> more focus on Ruby compatibility. We are gearing up for a 1.0 release. Here
> are some of the more significant acheivements for 0.9.9:
>
> - Major compatibility and performance overhaul of String, Array, Hash
> - Many YAML and Marshalling issues have been fixed
> - Java Integration overhaul fixing many outstanding issues
> - 180 Jira issues resolved
> - Several more bottlenecks removed
> - Rails applications like Mephisto and plugins like Goldberg are running
> without hitches
> - Performance has improved by 40% over 0.9.8 based on YARV benchmarks
>
> With all the hard work done by Marcin Mielz.yn'ski and Bill Dortch we
> are adding
> them as core committers. Their contributions have made a huge difference in
> our progress as of late.
>
> We also want to thank all people who hang out on IRC, triage/report/patch
> issues, and communicate on our mailing lists. Their interest has really
> helped shape JRuby into a better implementation.
>
> Please take JRuby 0.9.9 for a spin and help us root out the last issues
> before our 1.0 release!
>
> -Tom
>

What is the advantage of using a java implementation of ruby?

Phillip Gawlowski

4/24/2007 8:24:00 AM

0

music wrote:
>
> What is the advantage of using a java implementation of ruby?

Three obvious ones:
* You can use Ruby wherever there's a Java VM.
* You can access Java libraries.
* You can deploy Ruby applications in a Java application server
(Glasfish, Tomcat, WebSphere..), making enterprise adoption easier.


--
Phillip "CynicalRyan" Gawlowski
http://cynicalryan....
http://clothred.rub...

Rule of Open-Source Programming #48:

The number of items on a project's to-do list always grows or remains
constant.

Daniel Berger

4/24/2007 5:42:00 PM

0



On Apr 24, 1:20 am, Charles Oliver Nutter <charles.nut...@sun.com>
wrote:
> Stephen Duncan wrote:
> > Starting point:http://www.basepath.com...
>
> I concur...JTux appears to be the most promising candidate. It's too bad
> it wouldn't work for Windows, but perhaps I don't care.

I'd say that should be the starting point. You can then modify the
code to work for Windows as needed, unless there are licensing issues
of some sort that I'm unaware of.

As for helping you write this, well, not only do I not have the time,
I just don't know how. I can certainly try to learn, and I'll be happy
to help with testing, especially for Windows.

Regards,

Dan