- YAML (in progress, Ola Bini continuing work converting RbYAML to JvYAML)
- zlib (in progress, Ola Bini tackling specific pieces most painful for RubyGems)
- strscan (in progress, Kelly Nawrocke)
- stringio (I believe Tom, Ola, and others have all contributed partial patches for this)
- socket (BasicSocket is pure Java, but its descendants are not)
- enumerable (perhaps worth reimplementing, perhaps not; consider that some Enumerable operations are a couple layers of Ruby method calls currently)
- most of JavaSupport (perhaps not an issue on the small, but warrants investigation)
There are also a few libraries from Ruby we don't have yet but need:
- openssl (yes, they just wrapped openssl; I haven't looked at it so I don't know if there's any level of abstraction)
- unicode support (icu4r is one option, there are others. Some are pure Ruby, some like icu4r are in C)
And a few JNI-related items that might be interesting/nice to implement:
- win32ole (there are many Java libraries that enable access to OLE components; implementing this wouldn't be too difficult)
- dl (it wouldn't be difficult to provide a JNI library to handle loading and calling dynamic libraries
--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com
_______________________________________________ Jruby-devel mailing list Jruby-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jruby-devel