vote up 6 vote down star
3

Anyone came across something like Dive Into Python for Ruby? Something that:

  1. Gets the language knowledge across by examples of real code that does something useful not just trivial one-liners
  2. Is ment for experienced programmers, not newbies (i.e. does not explain obvious stuff like object-orientation and what is a instance vs. class variable)
  3. starts with simple stuff and continues onto the really Ruby cutting-edge features like metaprogramming etc.
  4. Is fun to read

Please do not answer "pickaxe", since this is clearly nothing like Dive...

flag

Just so y'all know - I do have a copy of the pickaxe... – Bartosz Radaczyński Sep 12 '08 at 14:54

8 Answers

vote up 3 vote down check

The Ruby Way by Hal Fulton

The Ruby Way cover

link|flag
vote up 1 vote down

David Black's Ruby for Rails is a very good Ruby intro, especially if you have any exposure to Rails.

link|flag
vote up 1 vote down

I've read and like:

Programming Ruby: The Pragmatic Programmer's Guide

Great reference, I need to purchase a copy so I have it on my desk (previously read at a former employer).

The Ruby Way

I just finished reading this. Well, not cover to cover, more like reading through. Great collection of code snips and an excellent reference as well.

Ruby Pocket Reference

As I'm still really learning Ruby syntactically, I use this quite often.

link|flag
vote up 0 vote down

There is a thread here that describes books/online tutorials for popular languages. If you guys don't mind, could you put your suggestions there?

link|flag
Craig, I don't think that one thread can cover all languages and suggestions. I suppose there should be one thread per language :-) Otherwise it is just too messy. – Bartosz Radaczyński Sep 22 '08 at 9:49
vote up 0 vote down

@Prestaul - this is the pickaxe and it is not what I'm looking for.

@J.F. and Duke - I'll take a look at the ones you're suggesting and evaluate them. Thanks

I do own a copy of the pickaxe - it is just more a reference than a programmer's book. Why's poignant guide is good writing and hillarious but just doesn't get enough information across (since it is hardly a programmer's book)

link|flag
vote up 1 vote down

You want the Pragmatic Programmers Guide to Programming Ruby. Freely available to you online and a superbly written book.

link|flag
That is the pickaxe book that the OP is somewhat averse to :D – Gishu Sep 12 '08 at 15:21
vote up 0 vote down

While it is basic in the beginning I think Beginning Ruby by Peter Cooper is a good starting point for Ruby.

http://www.apress.com/book/view/9781590597668

link|flag
vote up -2 vote down

Metaprogramming - Its really difficult to get your head out of the 'class of an object cannot change/mutate' illusion if you come from a conventional c/java route. You may want to take a look at this Prag Prog screencast series (5 bucks an episode) Still @ Episode1, so will let you know in a few days. So far its good.

Well the pickaxe is how I learnt my Ruby (not a pro though) and I still believe you should get a copy for your desk - its unbelievable handy as a reference. Thanks for flagging DiveIntoPython - a new post it on my to-read list

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.