[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby tutorials w/ excercises

Scott Taylor

1/30/2006 5:53:00 AM


I was wondering if there are any Ruby tutorials with excercises at the
end of the chapters or sections which could be recommended

Thanks,

Scott Taylor



12 Answers

Aaron Kulbe

1/30/2006 7:42:00 AM

0

On 1/29/06, Scott Taylor <scott@miningstocks.com> wrote:>> I was wondering if there are any Ruby tutorials with excercises at the> end of the chapters or sections which could be recommendedI would recommend you look into the Pragmatic Programmers "Learn toProgram" book. Its subtitle is "The Facets of Ruby Series".Good book. I have it in both the PDF and hard copy, and refer to itregularly. It has exercises throughout the chapters.> Thanks,>> Scott Taylor>>>

Alex Combas

1/30/2006 8:16:00 AM

0

> On 1/29/06, Scott Taylor <scott@miningstocks.com> wrote:
>

Here is nice one with good exercises:
http://ruby-doc...Immersive%20Ruby%20programming%20course/RubyCourse...

Also, several in here, but not all have exercises
http://ruby-doc...

Happy Hacking!

--
Alex Combas
http://noodlejunkie.blo...


James Gray

1/30/2006 1:58:00 PM

0

On Jan 29, 2006, at 11:52 PM, Scott Taylor wrote:

>
> I was wondering if there are any Ruby tutorials with excercises at
> the end of the chapters or sections which could be recommended

Just to be sure we've covered all the options, there are plenty of
exercises at http://rub....

James Edward Gray II


Justin Collins

1/30/2006 10:55:00 PM

0

Scott Taylor wrote:
>
> I was wondering if there are any Ruby tutorials with excercises at the
> end of the chapters or sections which could be recommended
>
> Thanks,
>
> Scott Taylor
>
>

Code katas from Prag Dave:

http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Prac...

-Justin


Ali

1/31/2006 12:21:00 PM

0

Scott Taylor wrote:
> I was wondering if there are any Ruby tutorials with excercises at the
> end of the chapters or sections which could be recommended
>
> Thanks,
>
> Scott Taylor

I highly recommend Why's Poignant guide, you can work through the
various concepts while you read about them. Be warned, it's really
quite strange. Check it out:

http://poignantguide.net/ruby/...

Ali

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


Martin DeMello

1/31/2006 12:41:00 PM

0

James Edward Gray II <james@grayproductions.net> wrote:
> On Jan 29, 2006, at 11:52 PM, Scott Taylor wrote:
>
> >
> > I was wondering if there are any Ruby tutorials with excercises at
> > the end of the chapters or sections which could be recommended
>
> Just to be sure we've covered all the options, there are plenty of
> exercises at http://rub....

Which I'm currently using to teach myself common lisp :)

martin

Doug Bromley

1/31/2006 4:10:00 PM

0

> Code katas from Prag Dave:
>
> http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Prac...
>
> -Justin

Thats a fantastic resource! I've never come across it before - I'm
always on the look out for some interesting and valid practice. My
imagination always freezes though so its good having things like this.
Will have to post that one on my blog.


Chris Gernon

1/31/2006 6:10:00 PM

0

Don't forget http://tryruby.... ...

Aaron Kulbe wrote:
>
> I would recommend you look into the Pragmatic Programmers "Learn to
> Program" book. Its subtitle is "The Facets of Ruby Series".

I was considering this book, but was hesitant because I already know how
to program (at least, I like to think so!). Is this book aimed strictly
at people who know nothing about programming, or would it also be
appropriate for people who want to learn Ruby, but are otherwise fairly
experienced programmers?

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


james_b

1/31/2006 9:36:00 PM

0

Doug Bromley wrote:
>>Code katas from Prag Dave:
>>
>>http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Prac...
>>
>>-Justin
>
>
> Thats a fantastic resource! I've never come across it before - I'm
> always on the look out for some interesting and valid practice. My
> imagination always freezes though so its good having things like this.
> Will have to post that one on my blog.
>
>

You might also be interested in Jon Bently's Programming Pearls

http://www.cs.bell-labs.com/cm/...

C-based, but still good.


--
James Britt

"Programs must be written for people to read, and only incidentally
for machines to execute."
- H. Abelson and G. Sussman
(in "The Structure and Interpretation of Computer Programs)


Aaron Kulbe

1/31/2006 9:37:00 PM

0

On 1/31/06, Chris Gernon <kabigon@gmail.com> wrote:> Don't forget http://tryruby.... ...>> Aaron Kulbe wrote:> >> > I would recommend you look into the Pragmatic Programmers "Learn to> > Program" book. Its subtitle is "The Facets of Ruby Series".>> I was considering this book, but was hesitant because I already know how> to program (at least, I like to think so!). Is this book aimed strictly> at people who know nothing about programming, or would it also be> appropriate for people who want to learn Ruby, but are otherwise fairly> experienced programmers?I think this is probably more appropriate for someone new toprogramming. There are posts in this same thread that that mentionthe Code Katas. I would check those out.> --> Posted via http://www.ruby-forum.com...