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: Learn to ProgramLearn to Program
by - Pragmatic Bookshelf
Pine teaches you how to program in Ruby with a minimum of fuss or bother. Starting with simple one-line programs, you'll see how to have your webpage send you email, to shuffle your music, to rename your photos from your digital camera, and more.
(21471 views)
Book cover: Ruby EssentialsRuby Essentials
- Techotopia
Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered. Written both for experienced in other programming languages and for novices.
(18467 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: Ruby ProgrammingRuby Programming
- Wikibooks
Ruby is an interpreted, object-oriented scripting language. This book will show how to install and get started with Ruby in your environment. It demonstrates the main features of the language syntax. The text is designed to be self contained.
(12437 views)