Where to start with Ruby?

Borkil

Senior member
Sep 7, 2006
248
0
0
i'm starting an internship soon and sounds like i will be using ruby. where is the best place to start? any good books or websites you guys recommend? i mostly use python and know a little perl
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
Perl will help. Alot.

Personally, I learn a new language by working on a task I'd like to accomplish, extensively using a reference. Everyone else seems to like Why's Poignant Guide to Ruby. D:

But is this just Ruby, or Ruby on Rails?
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
just ruby. whats a good task to accomplish? haha
If I could answer that, I'd be fluent in a lot more languages. :p

Seriously, only you know what you'd like to work on. But Ruby's good at what Perl does, and generally fairly good at what Python does. Got anything in either language that you think really needs a complete rewrite?
 

blipblop

Senior member
Jun 23, 2004
639
0
76
Just decided to start learning this as well as a side project. Goodness some of this stuff is dense. I can't even figure out what type of programs I need to start! Going to get a couple of the recommended books
 

Subyman

Moderator <br> VC&G Forum
Mar 18, 2005
7,876
32
86
It can be involved to set up on windows, I believe it is native to Mac though. I messed around with ruby for awhile. I usually start just making a short text adventure. You have to learn input, output, and basic logical structures, so that's a good place to start.