Ruby
From eqqon
(Difference between revisions)
(→RUBY) |
(→Documentation) |
||
Line 28: | Line 28: | ||
:[http://www.ruby-doc.org/stdlib/ STDLIB] | :[http://www.ruby-doc.org/stdlib/ STDLIB] | ||
:[http://www.ruby-doc.org/core-1.9/index.html CORE-1.9] | :[http://www.ruby-doc.org/core-1.9/index.html CORE-1.9] | ||
- | :[{{DOCUMENTS}}/software/ruby/rhg-2006-05-04/index.html | + | :[{{DOCUMENTS}}/software/ruby/rhg-2006-05-04/index.html The Ruby Hacking Guide] English translation of the japanese book by Minero Aoki. The translation is not yet finished. |
- | :[http://www.ruby-doc.org/doxygen/current/ C API doxygen docs] | + | :[http://www.ruby-doc.org/doxygen/current/ C API doxygen docs] |
:[http://docs.huihoo.com/ruby/ruby-man-1.4/syntax.html Ruby Syntax] | :[http://docs.huihoo.com/ruby/ruby-man-1.4/syntax.html Ruby Syntax] | ||
</div><div id="floating_section"> | </div><div id="floating_section"> | ||
+ | |||
=== 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] is a GUI designer for FXRuby. | :[http://fxruby.org FXRuby] Ruby bindings to the [http://fox-toolkit.org FOX Toolkit]. [http://fox-tool.rubyforge.org FoxGUIb] is a GUI designer for FXRuby. |
Revision as of 22:36, 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
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. FoxGUIb is a GUI designer for FXRuby.