Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v6a76q$3gqkm$6@dont-email.me>
Deutsch   English   Français   Italiano  
<v6a76q$3gqkm$6@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: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: technology discussion =?UTF-8?B?4oaS?= does the world need a
 "new" C ?
Date: Sat, 6 Jul 2024 01:38:35 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <v6a76q$3gqkm$6@dont-email.me>
References: <v66eci$2qeee$1@dont-email.me> <v67gt1$2vq6a$2@dont-email.me>
	<v687h2$36i6p$1@dont-email.me> <v68sjv$3a7lb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 06 Jul 2024 03:38:35 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="1bf6ca10d24952d079c382420ceea130";
	logging-data="3697302"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/bSwbIeOpVx8FlGUvVyy+8"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:lId2AncjnrQ/d0j0JnCF9PEiUP4=
Bytes: 1680

On Fri, 5 Jul 2024 14:31:44 +0100, bart wrote:

> C also is the only language that is supposed to work on any kind of
> processor ...

I don’t think there is anything innate in the design of C to ensure that. 
It was simply its popularity that meant it was usually the first language 
implemented on a new processor.

For example, C assumes byte addressability. So that causes awkwardness on 
architectures like the PDP-10, for example. It just so happened such 
architectures became extinct at about the time the rise of 8-bit 
microprocessors (and their more advanced successors) made byte-
addressability essentially universal.