Ruby

From eqqon

(Difference between revisions)
Jump to: navigation, search
m
(Different Implementations)
Line 21: Line 21:
* [http://www.atdot.net/yarv/ YARV] The site of the virtual machine which has been merged into 1.9.
* [http://www.atdot.net/yarv/ YARV] The site of the virtual machine which has been merged into 1.9.
* [http://plas2003.fit.qut.edu.au/Ruby.NET/ Ruby.NET] Still incomplete and unoptimized .NET compiler for Ruby.  
* [http://plas2003.fit.qut.edu.au/Ruby.NET/ Ruby.NET] Still incomplete and unoptimized .NET compiler for Ruby.  
-
* <b>Iron Ruby</b> This implementation on the DLR by Microsoft has been presented but hass not yet be released.
+
* [http://rubini.us/ Rubinious] An implementation based loosely on the Smalltalk-80 VM architecture.
-
 
+
* <b>Iron Ruby</b> This implementation by Microsoft has been presented but not yet released.
</div><div id="floating_section">
</div><div id="floating_section">

Revision as of 16:46, 13 July 2007

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.
  • Rubinious An implementation based loosely on the Smalltalk-80 VM architecture.
  • Iron Ruby This implementation by Microsoft has been presented but not yet released.

Documentation

GUI Toolkit Bindings