BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Ruby.NET 0.9 improves .NET interop, adds Form designer support

Ruby.NET 0.9 improves .NET interop, adds Form designer support

This item in japanese

Bookmarks
Ruby.NET - not to be confused with Microsoft's IronRuby - is an implementation of Ruby running on the .NET platform. The project, that recently moved to an open source community model, is older than the IronRuby effort, and actually provided the Ruby parser for IronRuby.

Ruby.NET development has been moving ahead and Ruby.NET 0.9 is now released. Highlights of the release:
It includes substantial improvements to the previous version, including improved Ruby/.NET interoperability, .NET subtyping, creation of .NET delegates using Ruby blocks and support for visual design of Windows Forms applications within Visual Studio. We've also fixed lots of bugs and are close to getting Ruby on Rails to run successfully.

Most of Ruby's built in classes and modules have now been implemented completely. The notable exceptions are the Thread class and the Continuation class. Most Ruby language features are also now completely implemented (with tracing being a notable exception).
Next to the more complete Ruby standard library, most of the new features improve interoperability of Ruby and .NET. Creating .NET delegates from Ruby blocks should make it easier to write event handling code with Ruby. This can be seen with another feature in Ruby.NET's Visual Studio integration, Ruby support for the Forms Designer. This means it's possible to build GUIs and use them from Ruby.NET code.

Supporting Visual Studio's GUI builder seems to be a popular feature in the .NET based Ruby tool space - SapphireSteel's Ruby in Steel IDE also recently showed a preview of a Visual Form Designer for IronRuby. It's also possible to use Windows Form GUIs from a regular Ruby interpreter (MRI) using SapphireSteel's .NET Ruby connector.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT