Deutsch   English   Français   Italiano  
<lmd8jaFfk6oU1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Clive Page <usenet@page2.eu>
Newsgroups: comp.lang.fortran
Subject: Re: Is there a way in Fortran to designate an integer value as
 integer*8 ?
Date: Sat, 5 Oct 2024 17:42:18 +0100
Lines: 20
Message-ID: <lmd8jaFfk6oU1@mid.individual.net>
References: <vdict2$339ak$1@dont-email.me> <vdm3lb$1b8pr$1@paganini.bofh.team>
 <vdmbvt$3p2dv$2@dont-email.me> <vdmimv$1c18c$1@paganini.bofh.team>
 <vdmrj9$3rih7$3@dont-email.me> <vdn4i2$3ssv4$8@dont-email.me>
 <vdof50$1jtk1$1@paganini.bofh.team> <vdphnl$bgk6$2@dont-email.me>
 <vdpjkh$bqdc$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 5NDWRLQcu4+roY6a3qpgCwk/Y+PWZO4Y9y0hqOwACtGvyQd6QS
Cancel-Lock: sha1:4rn7dBGJIB05QwG6kqy1M9I53zc= sha256:/TApe1Iz7jn+VtHU0S0c8Fhi6nnbDYnkFTPAFaundCs=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <vdpjkh$bqdc$1@dont-email.me>
Bytes: 2004

On 04/10/2024 21:36, Gary Scott wrote:
> On 10/4/2024 3:04 PM, Lawrence D'Oliveiro wrote:
>> On Fri, 4 Oct 2024 12:13:52 +0200, R Daneel Olivaw wrote:
>>
>>> but not as friendly as
>>>         character*28 txthdr /'Text header, with a comma   ' /
>>
>> With all these additions to Fortran, I keep wondering “when will they
>> finish reinventing PL/I?”. Because at an early point in the development of
>> PL/I, they were going to call it “FORTRAN VI”.
>>
>> One PL/I feature still missing from Fortran is VARYING strings.
> 
> Fortran does have a form of varying string...just not super convenient to use in the general case.


Yes but for practical purposes it only works for scalars, not arrays.  Since nearly all the rest of Fortran is based on the (unstated, but widely-understood) principle that arrays are first-class objects, this is a real pity.

-- 
Clive Page