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 <vgpmk8$96dp$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vgpmk8$96dp$1@dont-email.me>

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

Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.lang.c
Subject: Re: else ladders practice
Date: Sun, 10 Nov 2024 08:16:22 +0100
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <vgpmk8$96dp$1@dont-email.me>
References: <3deb64c5b0ee344acd9fbaea1002baf7302c1e8f@i2pn2.org>
 <vg0t3j$2ruor$1@dont-email.me>
 <78eabb4054783e30968ae5ffafd6b4ff2e5a5f17@i2pn2.org>
 <vg2g37$37mh3$1@dont-email.me> <6724CFD2.4030607@grunge.pl>
 <vg2llt$38ons$1@dont-email.me>
 <2491a699388b5891a49ef960e1ad8bb689fdc2ed@i2pn2.org>
 <b681ee05856e165c26a5c29bf42a8d9d53843d6d@i2pn2.org>
 <vg2ttn$3a4lk$1@dont-email.me> <vg33gs$3b8n5$1@dont-email.me>
 <vg358c$3bk7t$1@dont-email.me> <vg37nr$3bo0c$1@dont-email.me>
 <vg3b98$3cc8q$1@dont-email.me> <vg5351$3pada$1@dont-email.me>
 <vg62vg$3uv02$1@dont-email.me> <vg8a84$euka$1@dont-email.me>
 <vgli8o$39tog$1@dont-email.me> <vgm33b$3c7q7$1@dont-email.me>
 <vgmmii$3jf48$1@dont-email.me> <vgnk4s$3pd66$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 10 Nov 2024 08:16:34 +0100 (CET)
Injection-Info: dont-email.me; posting-host="1d8c984983718519742ee39dc7c853ff";
	logging-data="301497"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/cSTm6E5n80zSA+FyfymNe"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:IsF91/cbLtN5ynUw1CsYRScXy0E=
In-Reply-To: <vgnk4s$3pd66$1@dont-email.me>

On 09.11.2024 13:21, Bart wrote:
> On 09/11/2024 03:57, Janis Papanagnou wrote:
>>
>> [...] - But I'm not quite sure whether
>> you're speaking here about your "C"-like language or some other
>> language you implemented.
>
> I currently have three HLL implementations:
>
> * For my C subset language (originally I had some enhancements, now
>   dropped)
>
> * For my 'M' systems language inspired by A68 syntax
>
> * For my 'Q' scripting language, with the same syntax, more or less
>
> The remark was about those last two.
>
>>>    if cond then
>>>        s1
>>>        s2
>>>    else
>>>        s3
>>>        s4
>>>    end
>>
>> (Looks a lot more like a scripting language without semicolons.)
>
> This is what I've long suspected: that people associate clear,
> pseudo-code-like syntax with scripting languages.

Most posts from you that I saw were addressing your "C"-like
language, so I was confused about the actual focus of your post.

It's helpful to give some hint if posted code is intended as
pseudo-code. That wasn't clear to me. So thanks for clarifying.

BTW, I don't consider scripting languages as "bad" - I'm actually
doing quite a lot scripting. - My comment doesn't contain any
valuation and also didn't intend to insinuate one.

Janis

> [...]