From: Morton Goldberg Date: 2007-10-30T10:21:56+09:00 Subject: Re: Good learning-by-doing projects? On Oct 29, 2007, at 4:46 PM, Søren Andersen wrote: > Hello all, > > I'm fairly new to ruby coming from some Java. > I've been reading "The pragmatic programmers guide", which is > pretty good. > But, I always find it's easier to learn the language using it, > rather than > just reading about it. (Naturally...) > > So - what are your favorite "learning-by-doing"-proejcts? Both > ruby-specific, and generally? Learning by doing is good. So is reading the code others have written. I, too, recommend Ruby Quiz as a source of both projects to do and code to browse. . Regards, Morton