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 <v522hp$2nli8$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v522hp$2nli8$2@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: Vir Campestris <vir.campestris@invalid.invalid>
Newsgroups: comp.lang.c
Subject: Re: Baby X is bor nagain
Date: Thu, 20 Jun 2024 21:13:45 +0100
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <v522hp$2nli8$2@dont-email.me>
References: <v494f9$von8$1@dont-email.me>
 <v49seg$14cva$1@raubtier-asyl.eternal-september.org>
 <v49t6f$14i1o$1@dont-email.me>
 <v4bcbj$1gqlo$1@raubtier-asyl.eternal-september.org>
 <v4bh56$1hibd$1@dont-email.me> <v4c0mg$1kjmk$1@dont-email.me>
 <v4c8s4$1lki1$4@dont-email.me> <20240613002933.000075c5@yahoo.com>
 <v4emki$28d1b$1@dont-email.me> <20240613174354.00005498@yahoo.com>
 <v4okn9$flpo$2@dont-email.me> <20240617002924.597@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 20 Jun 2024 22:13:46 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9122310e68364567a00773b3a65b23ce";
	logging-data="2872904"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/eIsnDgcCH7DjNglahOmc1GJIkIW8ovDg="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:3RAHwNXWOHnYq2ZWijG5QBU6um8=
Content-Language: en-GB
In-Reply-To: <20240617002924.597@kylheku.com>
Bytes: 2666

On 17/06/2024 08:30, Kaz Kylheku wrote:
> On 2024-06-17, James Kuyper <jameskuyper@alumni.caltech.edu> wrote:
>> The problem is that Bart's compiler is VERY unusual. It's customized for
>> his use, and he has lots of quirks in the way he thinks compilers should
>> work, which are very different from those of most other programmers. In
>> particular, compilation speed is very important to him, while execution
>> speed is almost completely unimportant, which is pretty much the
>> opposite of the way most programmers prioritize those things.
> 
> Most programmers use Javascript and Python, which follow Bart's
> priorities. Fast, invisible compilation to some kind of byte code (plus
> possibly later JIT), slow execution time.
> 
I was so surprised by that I went to check.

<https://www.statista.com/statistics/793628/worldwide-developer-survey-most-used-languages/>

says HTML is second, not Python which is 3rd - but that might be down to 
definitions of what a language is.

About a fifth of us use C and C++, and another 5% assembly. I guess the 
rest of the world cares more about getting a product out that works, and 
less about making it fast.

Pretty much my entire career cared about performance in some way or another.

Andy