[#419] Re: Contrast Ruby and Other Languages — Clemens Hintze <clemens.hintze@...>
Hi,
11 messages
1999/11/01
[#925] Re: Anybody knows of an English translation for... — Yasushi Shoji <yashi@...>
I don't have the originally posted mail so its thread is broken but..
4 messages
1999/11/24
[#927] Python complaints — matz@... (Yukihiro Matsumoto)
Hi,
11 messages
1999/11/25
[#930] Re: Python complaints
— gotoken@... (GOTO Kentaro)
1999/11/25
Hi,
[#931] Re: Python complaints
— Clemens Hintze <c.hintze@...>
1999/11/25
GOTO Kentaro writes:
[#937] Re: Python complaints
— William Park <parkw@...>
1999/11/25
On Thu, Nov 25, 1999 at 08:53:08AM +0100, Clemens Hintze wrote:
[ruby-talk:00915] Re: RDtool-0.5.0
From:
Toshiro Kuwabara <toshirok@...3.so-net.ne.jp>
Date:
1999-11-09 15:28:51 UTC
List:
ruby-talk #915
Hi, > > > Then we can write `((<Foo::Quux>))' and `((<Bar::Quux>))' to > > > distinguish each other, if tools permit. > > > > > > I think the usage of operator `::' is enough similar to the way > > > known among ruby users, in this case :-) > > > > There are two problem. > > (1) How about DescList items? > > Same method works fine. How can we distinguish in situation like following example? = Foo : Quux == Quux : Foo : Quux Which label is refered by ((<Foo::Quux>))?? > > (2) "::" will be used often in Headline and DescList item, because > > somebody will write references, so they choose "Class::Const" > > as title of Headline. > > Well, `::' is merely one of candidates. However some kind of > hieralchical naming/referencing scheme should be supported to avoid > conflict between anchors. Otherwise we cannot apply RD to long > documents which contain a number of similar format parts, such as > manuals of class library or OO frame work. > > .... But user level efforts are always available. Writers can give > unique hieralchical name to chapters, sections, DescList items and > so. Uh hum. It may be true, but I dislike such a way. > > # Hmm.... unfamiliar language make me serious.... :-P I think it is little too restrictive. Even when we write a small reference for class lib, we will want to choose "Class Methods", "Constants" (and so on) for Headline titles. So, if we put 2 or more classes into 1 file, we must use titles like "Constants of Foo" for Headline. Ofcourse, I want to write such like: = Foo == Constants If there is a good solution, I'll welcome it. --- Tosh