Ruby

From eqqon

Revision as of 22:49, 10 July 2007 by Henon (Talk | contribs)
Jump to: navigation, search
Ruby logo.gif

Extending Ruby in C

We found that the README.ext from Ruby's source distribution is not comfortable to read so we decided to mirror it on our site with proper formatting and some helpful additions: Ruby1.8 extension API.

More Ruby Resources

Different Implementations

  • JRuby A very complete implementation of the interpreter in Java.
  • YARV The site of the virtual machine which has been merged into 1.9.
  • Ruby.NET Still incomplete and unoptimized .NET compiler for Ruby.
  • Iron Ruby This implementation on the DLR by Microsoft has been presented but hass not yet be released.

Documentation

GUI Toolkit Bindings