From: Gavin Sinclair Date: 2002-12-06T10:46:31+09:00 Subject: Re: What's important to know about Ruby? From: "ted" > I believe Ruby to be a "small" language -- like C. There is relatively > little to know about the C language itself: for, while, if, do, ... > > But what gives C its power are the functions: printf, ... You have to know > the functions needed to make your program do what it's supposed to do. > > Are the different classes and methods within each class the equivalent > "learning curve" for Ruby? Although I'm not answering your question directly, have you read the "Things Newcomers to Ruby Should Know" list? It's posted to the list every month or so, so you probably have a copy; otherwise, a quick search will turn it up. I believe your comments to be true about any programming language, anyway. Gavin