Logo

Ruby Hacking Guide by Minero Aoki

Small book cover: Ruby Hacking Guide

Ruby Hacking Guide
by

Description:
The RHG is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Programming Ruby: The Pragmatic Programmer's GuideProgramming Ruby: The Pragmatic Programmer's Guide
by - Addison-Wesley
Introduction to Ruby, an object-oriented programming language, which allows for programming without extra syntax or code. Shows how to easily mine the Ruby language, teaching the basics, plus how to write large programs, and more.
(21818 views)
Book cover: why's (poignant) guide to Rubywhy's (poignant) guide to Ruby
by
This is just a small illustrated online-only Ruby book. It won't crush you. It's light as a feather (because I haven't finished it yet--hehe). And there's a reason this book will stay light: because Ruby is simple to learn.
(17536 views)
Book cover: The Little Book of RubyThe Little Book of Ruby
by - Dark Neon Ltd.
A straightforward introduction to the fundamentals of Ruby programming: strings, numbers, objects, methods, class hierarchies, arrays, iterators, hashes, modules, mixins and much more. Small, self-contained programming samples are included.
(13656 views)
Book cover: The Book Of RubyThe Book Of Ruby
by - No Starch Press
A comprehensive tutorial to the Ruby language. Each chapter is accompanied by ready-to-run source code for all the examples. There is also an Introduction which explains how to use the source code in Ruby In Steel or any other IDE of your choice.
(15298 views)