[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Beginner help/direction

michael engel

5/13/2009 12:53:00 AM

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

I just finished reading Chris Pine's "Learn to program" with ruby, and am
wondering if you wonderful folks could point me in the right direction to
continue my education. The book is fairly basic, and I need more exposure to
ruby. I have the "pickaxe" book, but if anyone could offer any help or
ideas, it would be much appreciated.
P.S. I hope this isn't off topic ;)

4 Answers

Tom Cloyd

5/13/2009 1:39:00 AM

0

michael engel wrote:
> I just finished reading Chris Pine's "Learn to program" with ruby, and am
> wondering if you wonderful folks could point me in the right direction to
> continue my education. The book is fairly basic, and I need more exposure to
> ruby. I have the "pickaxe" book, but if anyone could offer any help or
> ideas, it would be much appreciated.
> P.S. I hope this isn't off topic ;)
>
>
Well, as a perpetual beginner, and someone with never enough time, I
fall back on just-in-time learning (and this list!). With Thomas' fine
book (3rd ed., I presume), all you need is a serious project -
preferably some program you could really USE (thus supplying you with
plentiful motivation). Then start facing the problems and writing code.
Believe me, you'll learn a lot, but not stuff you don't need and won't
likely use.

Also, become friends with the ruby-debug gem (but it doesn't yet work in
ruby1.9 - grrrr.)

Just my small thoughts, but that's how I work.

t.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Andriy Hnativ

5/13/2009 1:40:00 AM

0

"The Ruby Programming Language" by David Flanagan, Yukihiro Matsumoto is
probably the best Ruby book I've read (and I've read quite a lot of them
:)). It has both basic and advanced staff in it.

Andriy

--
Posted via http://www.ruby-....

Robert Klemme

5/13/2009 8:16:00 AM

0

2009/5/13 Andriy Hnativ <anh526@mail.usask.ca>:
> "The Ruby Programming Language" by David Flanagan, Yukihiro Matsumoto is
> probably the best Ruby book I've read (and I've read quite a lot of them
> :)). It has both basic and advanced staff in it.

And then there's of course David's new book:
http://manning.c...

Cheers

robert

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestprac...

Daniel Roux

5/14/2009 2:51:00 AM

0

michael engel wrote:
> I just finished reading Chris Pine's "Learn to program" with ruby, and am
> wondering if you wonderful folks could point me in the right direction to
> continue my education. The book is fairly basic, and I need more exposure to
> ruby. I have the "pickaxe" book, but if anyone could offer any help or
> ideas, it would be much appreciated.
> P.S. I hope this isn't off topic ;)
>
>
I also recommend "The Ruby Programming Language", it's the best book
I've read about Ruby, "Matz", Yukihiro Matsumoto writes in it. In my
case it was the perfect _second_ book for learning Ruby, because it
answered many questions that as a beginner i would never had thought of.

You could read "Programming Ruby" first, which could give you a solid
base in the language, as i did, and then grab "The Ruby Programming
Language".