Deutsch   English   Français   Italiano  
<vds64m$sj9s$1@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lynn McGuire <lynnmcguire5@gmail.com>
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 15:04:38 -0500
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <vds64m$sj9s$1@dont-email.me>
References: <vdict2$339ak$1@dont-email.me> <vdir24$35104$1@dont-email.me>
 <vdk718$3bulb$1@dont-email.me> <vdl6fi$3jra3$2@dont-email.me>
 <vdlfpl$3l0f5$1@dont-email.me> <vdmbml$3p2dv$1@dont-email.me>
 <vdmrgc$3rih7$2@dont-email.me> <vdn4kp$3ssv4$9@dont-email.me>
 <vdn4ul$3t78e$3@dont-email.me> <vdn659$3ssv4$18@dont-email.me>
 <vdnrr9$3qrq$1@dont-email.me> <vdnvgh$49ai$1@dont-email.me>
 <vdqe7n$kqq0$1@dont-email.me> <vdqmue$lo51$11@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 05 Oct 2024 22:04:38 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7a90b15f3ef1945fb74eb7e0ec9a9f76";
	logging-data="937276"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+2AdSOtuiKPdnZ0kcKh++hh8FpH20F+Hs="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:vJzLudD7z5oTb7CzN3SmpSg9Gjc=
Content-Language: en-US
In-Reply-To: <vdqmue$lo51$11@dont-email.me>
Bytes: 2231

On 10/5/2024 1:39 AM, Lawrence D'Oliveiro wrote:
> On Fri, 4 Oct 2024 23:10:29 -0500, Lynn McGuire wrote:
> 
>> Yup, Perl, not Curl.  AutoLisp.
> 
> Poor you. The idiosyncratic syntax of Lisp without the redeeming advanced
> features.
> 
>> Yes, I am porting from Open Watcom C++ and F77 to Simply Fortran C++ and
>> GFortran right now.  Lots of new stuff that I won't use.  Incredibly
>> better error detection, especially on variable types and bounds.
> 
> If I were you, I would look for opportunities to simplify things in that
> Fortran code by using new features, where I have to make major
> modifications to those parts anyway.

All of the modifications that I am making are minor.  Mostly changing my 
old 8 byte data structure/union to I*8 and L*8.

Lynn