|
|
RoadmapFrom $1Table of contents
Note: this list of a bit outdated; basically a snap-shot of IronRuby's roadmap late in 2009. New roadmap will be posted when 1.8.7, 1.9, and IDE support planning starts. Here are the features IronRuby is tracking on its way to declaring "1.0". “P1” features are needed in 1.0, “P2” features are still very important, but subject to change, and “P3” features are nice to have, but IronRuby can ship without them. IronRuby.dllCore
.NET Interop
[P1] Operators - op_Addition maps to + (Ruby calling CLR should use DLR + operator which maps to op_Addition), enums
[P3] Explicit Interface implementation [P3] Non-default indexers
IronRuby.Libraries.dllLibraries are more straight-forward to implement than the core because of RubySpec, and the library support will be scenario-focused (ie. what libraries are needed to run rails, merb, gem, rake, etc). Here are the libraries which are known to need work:
Cryptography: OpenSSL, Digest String: formatting, unpack/pack Encodings: iconv, String methods Signals: Ctlr+C Process ARGF: InputProvider Time Builtins freezing (array, hash)
Tags:
|