vote up 1 vote down star
1

I'm am an experienced developer in other languages like C#, VB.net and C++, but a real newbie in Ruby. What Ruby book do you think should I read first?

flag

6 Answers

vote up 0 vote down check

Free online:

link|flag
vote up 0 vote down

Since you tagged the question rubyonrails, I'll add Agile Web Development with Rails.

link|flag
vote up 1 vote down

I read Programming Ruby (pickaxe) first, then The Ruby Programming Language. I'm happy I read them in that order.

The pickaxe book gives you a good overview of Ruby and it has a good reference section too. After familiarising myself with Ruby through the Pickaxe, I went to the much more in depth The Ruby Programming Language. Partially written by Matz, Ruby's creator, it goes quite deep into Ruby and provides lots of great insight into making use of Ruby's many features. I has a great metaprogramming section too.

link|flag
vote up 1 vote down

Check out "The Ruby Programming Language" by David Flanagan and Matz for a no nonsense, classic style book on Ruby programming.

link|flag
1  
Oh, but Why's book is such glorious nonsense! :) – Bayard Randel Apr 22 at 5:05
vote up 3 vote down

The Ruby Way, 2nd ed. Heres is the slashdot review.

This is the second book about ruby I had purchased (the 1st: Programming Ruby), and I prefer this.

link|flag
vote up 3 vote down

Why's Poignant Guide to Ruby is almost certainly unlike any programming book you've ever encountered and well worth reading (think, cartoon foxes). This is actually a serious book on Ruby - just with a delicious facade of lunacy.

Given that you've tagged your post with RoR, you'll also want to read Agile Web Development with Rails, which will not only teach you to develop rails apps, but more importantly, develop them the rightâ„¢ way.

link|flag

Your Answer

Get an OpenID
or

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