ruby book

A

abe

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
 
S

Stu

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 Programming 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.
 
G

Gene

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 Thomas.
 
I

Ian M. Asaff

[Note: parts of this message were removed to make it a legal post.]

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
 
J

James Edward Gray II

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 Gray II
 
S

Stu

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.
 
W

William Rutiser

abe said:
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
 
S

Stu

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.
 
O

OZAWA Sakuro

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 Ruby".

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

Jose Hales-Garcia

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=
 
S

Stu

de novo caveat lector

Yukihiro Matsumoto's book entitled The Ruby Programming Language
ISBN-10: 0596516177
is the best. =3D)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,361
Latest member
eitamoro

Latest Threads

Top