[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby Programming Exercises

Warren Seltzer

3/10/2006 2:31:00 PM

I continually find that not having written a thousand lines or so of plain Ruby is
impairing my programming efforts in scripting and Rails. I'm looking for a good set of
homework exercises I can work through to bring up my Ruby skills. I'm an experienced
programmer, I've written hundreds of thousands of lines of code in my life but I keep on
having to look things up in the Ruby book. I'd feel better if I had a deeper knowledge of
Ruby.

Ruby quizzes, anyone? I really liked the "C Puzzle Book" back in the day.

Warren


6 Answers

Farrel Lifson

3/10/2006 2:36:00 PM

0

Harold Hausman

3/10/2006 4:20:00 PM

0

>
> Ruby quizzes, anyone? I really liked the "C Puzzle Book" back in the day

James Herdman

3/10/2006 5:46:00 PM

0

Check out The Ruby Course (http://ruby.brian-schroeder....). At
the end of each section are some questions and exercises. They may not
be terribly difficult, but they're very concept oriented, so they're
definitely good practice.

You could also try solving the puzzles in your "C Puzzle Book" too.
Post your answers so we can take a peek while you're at it =)

James

Greg Chagnon

3/10/2006 8:45:00 PM

0

On Fri, 10 Mar 2006 23:30:56 +0900, "Warren Seltzer"
<warrens@actcom.net.il> wrote:

>I continually find that not having written a thousand lines or so of plain Ruby is
>impairing my programming efforts in scripting and Rails. I'm looking for a good set of
>homework exercises I can work through to bring up my Ruby skills. I'm an experienced
>programmer, I've written hundreds of thousands of lines of code in my life but I keep on
>having to look things up in the Ruby book. I'd feel better if I had a deeper knowledge of
>Ruby.
>
>Ruby quizzes, anyone? I really liked the "C Puzzle Book" back in the day.
>
>Warren
>
>
look up two posts.

--------------------------------------------------
Thaddeus L. Olczyk, PhD
Think twice, code once.

Roy Sutton

3/12/2006 5:31:00 AM

0

Check out this site:

http://www.pyhthoncha...

Just solve each* puzzle with Ruby instead of Python. This will not only
exercise your ruby knowledge but get you deep into gems and RubyForge.

Roy

* Puzzle #5 is about a particular Python operation that Ruby doesn't (to
my knowlege) support so you'll have to solve it with Python or drop me
an e-mail and I'll give you the solution.

Warren Seltzer wrote:
> I continually find that not having written a thousand lines or so of plain Ruby is
> impairing my programming efforts in scripting and Rails. I'm looking for a good set of
> homework exercises I can work through to bring up my Ruby skills. I'm an experienced
> programmer, I've written hundreds of thousands of lines of code in my life but I keep on
> having to look things up in the Ruby book. I'd feel better if I had a deeper knowledge of
> Ruby.
>
> Ruby quizzes, anyone? I really liked the "C Puzzle Book" back in the day.
>
> Warren
>
>
>
>


Dirk Meijer

3/12/2006 5:44:00 PM

0

2006/3/12, Roy Sutton <roys@mindspring.com>:
>
> Check out this site:
>
> http://www.pythoncha...



o my gosh...
that is so awesome :D
just can't seem to get past number 2 though :P