Ruby

From eqqon

(Difference between revisions)
Jump to: navigation, search
(More Ruby Resources)
(GUI Toolkit Bindings)
Line 36: Line 36:
=== GUI Toolkit Bindings ===
=== GUI Toolkit Bindings ===
-
* [http://fxruby.org FXRuby] Ruby bindings to the [http://fox-toolkit.org FOX Toolkit]. There is a GUI designer: [http://fox-tool.rubyforge.org FoxGUIb].
+
* [http://fxruby.org FXRuby] Ruby bindings to the [http://fox-toolkit.org FOX Toolkit]. A GUI designer is available too: [http://fox-tool.rubyforge.org FoxGUIb].
* WxRuby
* WxRuby
* GTK
* GTK

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