Ruby book

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book

–abe

Hi abe.

I went through a period where I bought many ruby books. Sadly most books
suck.

The books I recomend in this order:

Well Rounded Rubiest << touches on the theory very canonocal.

The Ruby P.ming Language << states it’s modeled after k&r writing
style. Then again no one can write like Kernighan. This book is more
of a reference.

Beyond that Metaprogramming Ruby seems good.
Design patterns in ruby is nice if you haven’t read gang of four or
looking for direct dialect translation.

The rest are crap or so called cookbooks created for a money grab a
couple of years ago.

On Dec 7, 9:34pm, abe [email protected] wrote:

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book

–abe

I like the pickaxe book Programming Ruby by Dave T…

On Dec 7, 2010, at 8:53 PM, Stu wrote:

The rest are crap or so called cookbooks created for a money grab a
couple of years ago.

I definitely do not agree. I love Programming Ruby and many others.

James Edward G. II

It’s interesting. Programming ruby was one of the first english ruby
books and doesn’t fall into the ruby (after rails popularity) money
grab… My diatribe was not specifically with that book. Though I do
find it to be a bit redundant now that we have Matz’ book.

Also the Ruby language is unique enough that it shouldn’t be grokked
purely from a reference manual style book. There are deeper concepts
and paradigm shifts in ruby that go beyond your basic object oriented
and functional languages.

I am also not alone with my opinion:
http://www.ruby-doc.org/bookstore/

Of course the first edition is online for the OPS review:
http://www.ruby-doc.org/docs/ProgrammingRuby/

I still stand by my suggestions. Both TWGR and MR deal purely on
paradigm. Everything else seems like learning C from a book that
avoids showing your pointers or even worse never gets into data
structures.

On Tue, Dec 7, 2010 at 10:12 PM, James Edward G. II

On Wed, Dec 8, 2010 at 3:53 AM, Stu [email protected] wrote:

The books I recomend in this order:

Well Rounded Rubiest << touches on the theory very canonocal.

I guess you mean David’s “The Well-Grounded Rubyist”.

I’d recommend that as well.

Kind regards

robert

abe wrote:

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book

–abe

We all have different learning styles and book preferences.

This one is a thoroughly researched and carefully written free work in
progress:
http://ruby.runpaint.org/

–Bill

I second metaprogramming ruby. Not only taught me ruby idioms, but
showed me
how to be a better programmer.

–sent from myu droid. typoos courtesy of droid’s crappy keyboarsd

Yes that one. email lists don’t have edit button like in forums. I
definitely botched the spelling. Should have read:

“The Well-Grounded Rubyist << touches on the theory and is very
canonical”

The book is a bit wordy at times but it’s obvious the author cares to
make his point.

runpaint looks cool. It’s search-able.

On Wed, Dec 8, 2010 at 2:03 AM, Robert K.

It would be nice if yugui’s One-Giraffe Book “Hajimete no Ruby”
(literal translation: “New to Ruby”)
from O’Reilly Japan were translated to non-Japanese language.
This book is not a translation of Two-Giraffe Book “Learning R.”.

Its aimed readers are programmers with expericne of other programming
languages.

On Wed, Dec 8, 2010 at 11:35, abe [email protected] wrote:

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book


OZAWA Sakuro

“I think we can agree, the past is over.” - George W. Bush

On Dec 7, 2010, at 6:35 PM, abe wrote:

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book

Besides the online API docs, I’ve found ‘Ruby Best Practices’ useful…
http://rubybestpractices.com/

Jose

On Dec 9, 12:01am, Jose Hales-Garcia [email protected]
wrote:

On Dec 7, 2010, at 6:35 PM, abe wrote:

i am looking for a good ruby book for a developer who has a c
programming over 10 years and 10 years in vb
i looked at the cooper book (beginnig ruby) – seemed too basic,
anybody can recommend a better book than the cooper book

Besides the online API docs, I’ve found ‘Ruby Best Practices’
useful…http://rubybestpractices.com/

Jose

so i gather that pickaxe book Programming Ruby by Dave T. is at
best
thanks…

de novo caveat lector

Yukihiro M.'s book entitled The Ruby P.ming Language
ISBN-10: 0596516177
is the best. =)

Seriously if I had to get rid of every Ruby book I have and could keep
only one. This is the one I would keep. In case you don’t know it’s
written by the language creator.

2010/12/8 Gene [email protected]:

I like the pickaxe book Programming Ruby by Dave T…

me second.
This is a wonderful book for ruby beginners.