Sujet : Re: else ladders practice
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 10. Nov 2024, 08:16:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgpmk8$96dp$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
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
[...]