Deutsch   English   Français   Italiano  
<vdnvgh$49ai$1@dont-email.me>

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.fortran
Subject: Re: Is there a way in Fortran to designate an integer value as
 integer*8 ?
Date: Fri, 4 Oct 2024 05:46:58 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <vdnvgh$49ai$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>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 04 Oct 2024 07:46:58 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="53e6a1f358fb9450cb41203dd8d281a9";
	logging-data="140626"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18WtL1tHocDpa+Kg04K3mJy"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:L9sLe0rPmG22+tsGPUYGUW7xJo4=
Bytes: 2126

On Thu, 3 Oct 2024 23:44:24 -0500, Lynn McGuire wrote:

> I started writing Fortran IV in 1975.  Been down a lot of roads since
> then.  I've written software in Fortran IV and 77, Pascal, C, C++, Curl,
> etc.  They are all running together now, I am getting old.

You mean “Perl” (the language) instead of “Curl” (which is just a download 
tool)?

No Lisp-type languages? Some of them can do your head in. Assembler? SQL? 
POSIX shells? JavaScript? My favourite, Python?

Some cool stuff in modern Fortran: free-form layout, with no more column 
numbers! Format strings can come from expressions within the I/O 
statement, so there is no more need for statement numbers at all. Types 
can have a limited form of parameterization, even allowing for function 
overloading. There are structured types, even object orientation.