• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Where to start with Ruby?

Borkil

Senior member
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
 
just ruby. whats a good task to accomplish? haha
If I could answer that, I'd be fluent in a lot more languages. 😛

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?
 
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
 
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.
 
Back
Top