Ruby
From eqqon
(Difference between revisions)
(→Different Implementations) |
(→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]. [http://fox-tool.rubyforge.org FoxGUIb] | + | :[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]. |
+ | :WxRuby | ||
+ | :GTK | ||
+ | :Ruby-Qt | ||
</div> | </div> | ||
__NOTOC__ | __NOTOC__ |
Revision as of 22:42, 10 July 2007
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 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
- Ruby Tutorial
- Programming Ruby Free online version of the legendary "Pickaxe".
- CORE
- STDLIB
- CORE-1.9
- The Ruby Hacking Guide English translation of the japanese book by Minero Aoki. The translation is not yet finished.
- C API doxygen docs
- Ruby Syntax
GUI Toolkit Bindings
- FXRuby Ruby bindings to the FOX Toolkit. There is a GUI designer: FoxGUIb.
- WxRuby
- GTK
- Ruby-Qt