Logo

The Little Book of Ruby by Huw Collingbourne

Small book cover: The Little Book of Ruby

The Little Book of Ruby
by

Publisher: Dark Neon Ltd.
Number of pages: 87

Description:
Ruby is a cross-platform interpreted language which has many features in common with other 'scripting' languages such as Perl and Python. However, its version of object orientation is more thorough than those languages and, in many respects, it has more in common with the great-granddaddy of 'pure' OOP languages, Smalltalk. This book is a step-by-step tutorial to programming in Ruby and you can follow it chapter by chapter, reading the text and running the sample programs.

Download or read it online for free here:
Download link
(1.1MB, PDF)

Similar books

Book cover: RubyFuRubyFu
- GitBook
This book is a great collection of ideas, tricks, and skills that could be useful for Hackers. It's a unique extraction reference, summarizes a lot of research and experience. Rubyfu is a book to use not only to read, it's where ruby goes evil.
(5688 views)
Book cover: Ruby on Rails Tutorial: Learn Rails by ExampleRuby on Rails Tutorial: Learn Rails by Example
by - Addison-Wesley
Leading Rails developer teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. Hartl explains how each new technique solves a real-world problem.
(16461 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.
(15294 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.
(12426 views)