Ruby

From eqqon

Revision as of 22:19, 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

Community

official Ruby home
Ruby Forum mirrors the ruby-talk mailing list.
Ruby Application Archive


Different Implementations

JRuby
YARV (has been merged into 1.9)
Ruby.NET (still incomplete)
Iron Ruby (to be released by MS)

Documentation

Ruby Tutorial
Programming Ruby Free online version of the legendary "Pickaxe".
CORE
STDLIB
CORE-1.9
the ruby hacking guide
C API doxygen docs
Ruby Syntax

GUI Toolkit Bindings

FXRuby Ruby bindings to the FOX Toolkit. FoxGUIb is a GUI designer for FXRuby.