Ruby

From eqqon

(Difference between revisions)
Jump to: navigation, search
m (Developer Zone moved to Ruby)
m
Line 1: Line 1:
<div style="float:right;">[[Image:Ruby_logo.gif]]</div>
<div style="float:right;">[[Image:Ruby_logo.gif]]</div>
= Extending Ruby in C =  
= 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: [[Ruby C Extension|Ruby1.8 extension API]].
+
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: <big><big>[[Ruby C Extension|Ruby1.8 extension API]]</big></big>.
-
= More Ruby Resources =
+
----
 +
 
 +
=== More Ruby Resources ===
<div style="clear:left;"></div>
<div style="clear:left;"></div>

Revision as of 09:34, 11 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.
  • Iron Ruby This implementation on the DLR by Microsoft has been presented but hass not yet be released.

Documentation

GUI Toolkit Bindings