[Prev][Next][Index][Thread]
Re: Long names are doom ?
-
To: info-dylan@ai.mit.edu
-
Subject: Re: Long names are doom ?
-
From: mair_fheal@www.yahoo.akadns.net (morgan mair fheal)
-
Date: Sat, 26 May 2001 00:45:02 -0400 (EDT)
-
Organization: my office on the hunterstrand
-
References: <3B0DBCAB.E3F06372@my-deja.net> <VFlP6.293598$166.6216527@news1.rdc1.bc.home.com> <xSqP6.75$XQ6.3413@news.get2net.dk>
-
Xref: traf.lcs.mit.edu comp.lang.c:486701 comp.lang.apl:18639 comp.lang.dylan:13319 comp.lang.clos:5185 comp.lang.smalltalk:114080
In article <xSqP6.75$XQ6.3413@news.get2net.dk>, "Jim Lucas"
<jel@danbbs.dk> wrote:
>"Steve Wart" <swart@deadspam.com> wrote ...
>> "00001111" <00001111@my-deja.net> wrote ...
>>
>> > Anybody use variables/names longer than 31 character
>> > and finds it really useful ?
>> >
>> > Then please respond why, where, when.
>> > I have folks here in comp.lang.fortran who claim....
>>
>> ICANSEEWHYTHATMIGHTBEAPROBLEMINFORTRAN
>>
>> inSmalltalkHoweverItIsVeryCommonToHaveLongIdentifiers
i lost track with fortan 90 but up to that point blanks could be freely
inserted anywhere except in strings
i use code things like
p r o g r a m m a i n
i n t e g e r p
100 f o r m a t ( *p=* i 1 0 )
d o 1 p = 1 , 1 0
p r i n t 1 0 0 , p
1 c o n t i n u e
e n d
Follow-Ups: