Deutsch English Français Italiano |
<vq5eie$1h3mg$10@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!eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: alt.folklore.computers,comp.os.linux.misc Subject: Re: evolution of bytes, The joy of FORTRAN Date: Mon, 3 Mar 2025 23:38:55 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: <vq5eie$1h3mg$10@dont-email.me> References: <vpl91g$25q46$1@dont-email.me> <vq2fc1$6db$1@gal.iecc.com> <vq2j3r$v1q6$2@dont-email.me> <m2kb86Fqd8pU1@mid.individual.net> <vq361c$cbc$2@gal.iecc.com> <1342120109.762702202.379609.peter_flass-yahoo.com@news.eternal-september.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 04 Mar 2025 00:38:55 +0100 (CET) Injection-Info: dont-email.me; posting-host="83dcacc84fb0cb4992fb8d775ffb25d6"; logging-data="1609424"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/kdUdTHGx45X0/ry5aB5OQ" User-Agent: Pan/0.162 (Pokrosvk) Cancel-Lock: sha1:meMtjFs//xfeulmilGGHBFtcsGQ= Bytes: 1581 On Mon, 3 Mar 2025 06:54:32 -0700, Peter Flass wrote: > This was probably a reaction against PL/I where sizes are specified > explicitly, such as “bit(8) unsigned”. Computers had a whole range of word sizes in those days. What was the best way to write portable code? The PL/I approach was to let the programmer explicitly specify the number of bits and digits for everything, and damn the inefficiency.