Python – Current standard compliance level of IronPython & IronRuby

ironpythonironruby

Does anyone have some numbers on this? I am just looking for a percentage, a summary will be better.

Standards compliance: How does the implementation stack up to the standard language specification?

For those still unclear: I place emphasis on current. The IronPython link provided below has info that was last edited more than 2 years back.

Best Answer

The following sites usually have updates as to how their 'compliance' is progressing:

IronPython -

http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython
http://www.codeplex.com/IronPython/Wiki/View.aspx?title=Regression%20Tests&referringTitle=More%20Information

IronRuby -

http://www.ironruby.net/

In fact from the IronRuby site -

"We showed IronRuby dispatching some static and dynamic Rails requests at RailsConf this year. We are running the RubySpecs to measure our conformity with Ruby and we're passing the core specs at a 71% rate (12026 / 16793 expectations for RubySpec core)."

Related Topic