[#1026] Is this a bug? — Dave Thomas <Dave@...>
18 messages
2000/01/03
[#1053] rand() / drand48() — ts <decoux@...>
11 messages
2000/01/05
[#1055] Re: rand() / drand48()
— matz@... (Yukihiro Matsumoto)
2000/01/05
[#1061] Re: rand() / drand48()
— gotoken@... (GOTO Kentaro)
2000/01/07
Hi,
[#1067] Here docs not skipping leading spaces — Dave Thomas <Dave@...>
5 messages
2000/01/08
[#1083] YADQ (Yet Another Dumb Question) — Dave Thomas <Dave@...>
12 messages
2000/01/10
[#1084] Infinite loop — Dave Thomas <Dave@...>
17 messages
2000/01/11
[#1104] The value of while... — Dave Thomas <Dave@...>
24 messages
2000/01/11
[#1114] Re: The value of while...
— Dave Thomas <Dave@...>
2000/01/12
matz@netlab.co.jp (Yukihiro Matsumoto) writes:
[#1128] Re: The value of while... — David Suarez de Lis <excalibor@...>
Hi all,
1 message
2000/01/12
[#1133] Re: Class variables... — David Suarez de Lis <excalibor@...>
Hi there,
2 messages
2000/01/12
[#1158] Is this expected behavior? — Dave Thomas <Dave@...>
6 messages
2000/01/21
[#1172] Re: Possible bug in ruby-man-1.4 — Huayin Wang <wang@...>
> |Well, I guess it comes down to what you mean by an integer
10 messages
2000/01/24
[#1177] Re: Possible bug in ruby-man-1.4
— Dave Thomas <Dave@...>
2000/01/25
matz@netlab.co.jp (Yukihiro Matsumoto) writes:
[#1188] Enumerable and index — Dave Thomas <Dave@...>
5 messages
2000/01/27
[#1193] Semantics of chomp/chop — Dave Thomas <Dave@...>
7 messages
2000/01/28
[#1197] Question about 'open' — Dave Thomas <Dave@...>
8 messages
2000/01/30
[ruby-talk:01155] Toward better English doc's. (Re: Re: The value of while...)
From:
SuHi <manamist@...>
Date:
2000-01-17 13:51:16 UTC
List:
ruby-talk #1155
Hi, Conrad Schneiker wrote: | Since I plan to submit my revised RFD (request for discussion) |for the formation of a comp.lang.ruby newsgroup later this month (which will |be posted to both comp.lang.perl.misc and comp.lang.python) I am generally |interested in what things have either attracted or repelled previous Perl |users, so that I can make suitable modifications to the RFD, if any. and Yukihiro Matsumoto wrote: |Maybe easy-to-understand expressive documents in BETTER English will |help reduce misunderstanding. Would it be a clue?? (-; although of course I know this is an incomplete contribution) [Mon, 17 Jan 2000 22:51:19 +0900; #0000] -- SuHi == SUGIHARA Hiroshi manamist@white.diamond.ne.jp ************ a patch on Ruby FAQ ************ --- rubyfaq-1.html Mon Sep 27 23:13:20 1999 +++ rubyfaq-1.html.20000116 Sun Jan 16 22:10:01 2000 @@ -29,4 +29,7 @@ Ruby has adopted various good features from many languages, and became a different language from others. +<br><br> +Ruby is copyrighted but open-source free software +by Yukihiro Matsumoto <matz@netlab.co.jp> (call him matz hereafter). <br><br> The features of Ruby are as follows: @@ -92,8 +95,13 @@ <br><br> Since then, mail lists are established, web pages are formed. Highly active discussion was held in the mail lists. The oldest list -ruby-list has 14789 messages until now. +`ruby-list' messages has exceeded 20000 (on Jan 1 2000 ;-). <br><br> -Ruby 1.0 was released in Dec. 1996, 1.1 in Aug. 1997, 1.2 (stable -version) and 1.3 (development version) were released in Dec. 1998. -</blockquote> +Now the major version of Ruby is 1 (1.x.xx). In detail, +</blockquote><table><tbody><tr><td></td><td></td><td>comments if any</td></tr> +<tr><td>1.0</td><td>Dec. 1996</td><td></td></tr> +<tr><td>1.1</td><td>Aug. 1997</td><td></td></tr> +<tr><td>1.2, 1.3</td><td>Dec. 1998</td> + <td>1.2: stable, 1.3: development version</td></tr> +<tr><td>1.4</td><td>Aug. 1999</td><td>stable version</td></tr> +</tbody></table> @@ -149,8 +157,8 @@ Ruby official Home Page is -<code><a href="http://www.netlab.co.jp/ruby/jp/"> -http://www.netlab.co.jp/ruby/jp/</a></code> +<code><a href="http://www.ruby-lang.org/ja/"> +http://www.ruby-lang.org/ja/</a></code> (in Japanese) and -<code><a href="http://www.netlab.co.jp/ruby/"> -http://www.netlab.co.jp/ruby/</a></code> +<code><a href="http://www.ruby-lang.org/en/"> +http://www.ruby-lang.org/en/</a></code> (in English). @@ -182,1 +190,1 @@ -See <a href="http://www.netlab.co.jp/ruby/">Ruby Home Page</a>. +See <a href="http://www.ruby-lang.org/en/">Ruby Home Page</a>. @@ -238,7 +246,8 @@ <h2><a name="ss1.10">1.10 Is there a Ruby book? </a></h2> -A Ruby reference book by matz et al is to be published in the autumn of -1999 (Japanese). +The first Ruby reference book by Yukihiro Matsumoto (matz) and Keiju +Ishitsuka (keiju) have finally been publishedi in October 1999 +(ISBN 4-7561-3254-5 from ASCII, written in Japanese). @@ -286,1 +295,1 @@ -<html> +</html>