Hi.
In message "[ruby-list:11203] announcement of ruby list?"
on 98/12/03, ozawa / aisoft.co.jp <ozawa / aisoft.co.jp> writes:
|matz> I'm going to prepare articles (each for 3 groups). Does anyone
|matz> volunteer to write them for me?
|
|Hmm, how the contents(structure) will be?
Well, first of all, we need to summarize the features of Ruby, as in
README file. Then, invite them to the list.
In addition, I'd like to show them Ruby's strong points comparing
those languages in the articles to the comp.lang.{perl.misc,python},
such as:
* is object-oriented from scratch.
* has true conservative GC.
* need no mortalizing tmporary objects in extension modules (against perl).
* need no ref-count maintenance in extension modules (against python).
* faster execution (against python).
etc.
matz.