Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You will be the victim of a bizarre joke.


comp / comp.lang.misc / Re: What Language Is This?

SubjectAuthor
* What Language Is This?Lawrence D'Oliveiro
`* Re: What Language Is This?Bart
 +- Re: What Language Is This?Dmitry A. Kazakov
 `- Re: What Language Is This?Lawrence D'Oliveiro

1
Subject: What Language Is This?
From: Lawrence D'Oliv
Newsgroups: comp.lang.misc
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2024 00:24 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.lang.misc
Subject: What Language Is This?
Date: Fri, 6 Sep 2024 00:24:26 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <vbdi3p$hj0r$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 06 Sep 2024 02:24:26 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="52cdf5b83a21d9c99d3753754a9933f5";
logging-data="576539"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+BHRrV4tmnxfb3LlbaqAx6"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:eaPf+suOqaeQatsWF/TlcYcGHSw=
View all headers

Looking at the picture at the head of this article
<https://www.zdnet.com/article/the-rise-and-fall-in-programming-languages-popularity-since-2016-and-what-it-tells-us/>,
I couldn’t recognize what language was used for that code.

Does anybody know what language it might be? Of course, it could be a
fake.

Subject: Re: What Language Is This?
From: Bart
Newsgroups: comp.lang.misc
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2024 09:56 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bc@freeuk.com (Bart)
Newsgroups: comp.lang.misc
Subject: Re: What Language Is This?
Date: Fri, 6 Sep 2024 10:56:57 +0100
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <vbejl9$p6kd$2@dont-email.me>
References: <vbdi3p$hj0r$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 06 Sep 2024 11:56:57 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="65207103517559065843f2ba43b77097";
logging-data="825997"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/lSPD6GMvFrIOZfpkABn/E"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ufdxnEO0uo8h3Y9zHyPEI/boz+s=
In-Reply-To: <vbdi3p$hj0r$1@dont-email.me>
Content-Language: en-GB
View all headers

On 06/09/2024 01:24, Lawrence D'Oliveiro wrote:
> Looking at the picture at the head of this article
> <https://www.zdnet.com/article/the-rise-and-fall-in-programming-languages-popularity-since-2016-and-what-it-tells-us/>,
> I couldn’t recognize what language was used for that code.
>
> Does anybody know what language it might be? Of course, it could be a
> fake.

The one with 'if ("true")' and the mix of // and # comments? It looks
made-up.

Subject: Re: What Language Is This?
From: Dmitry A. Kazakov
Newsgroups: comp.lang.misc
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2024 12:14 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mailbox@dmitry-kazakov.de (Dmitry A. Kazakov)
Newsgroups: comp.lang.misc
Subject: Re: What Language Is This?
Date: Fri, 6 Sep 2024 14:14:06 +0200
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <vbermf$q8dd$1@dont-email.me>
References: <vbdi3p$hj0r$1@dont-email.me> <vbejl9$p6kd$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 06 Sep 2024 14:14:07 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ea47b548d6a7338dc06be4ae7f1c4c38";
logging-data="860589"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/7vqSIVtvViotRg6+/fJycEQ2W+DUsjn0="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:TVMpP2m65Y5SKsOMSvy9v2PiVaQ=
Content-Language: en-US
In-Reply-To: <vbejl9$p6kd$2@dont-email.me>
View all headers

On 2024-09-06 11:56, Bart wrote:
> On 06/09/2024 01:24, Lawrence D'Oliveiro wrote:
>> Looking at the picture at the head of this article
>> <https://www.zdnet.com/article/the-rise-and-fall-in-programming-languages-popularity-since-2016-and-what-it-tells-us/>,
>> I couldn’t recognize what language was used for that code.
>>
>> Does anybody know what language it might be? Of course, it could be a
>> fake.
>
> The one with 'if ("true")' and the mix of // and # comments? It looks
> made-up.

if ("true") makes a lot of sense in our times of alternative facts and
moral relativism... (:-))

<OT>

In fuzzy logic proper ("fuzzy logic" refers neither to fuzzy nor to
logic (:-)) you could have (so-called linguistic variable):

if almost true then
s1;
else
s2;
end if;

and follow both paths with different levels of confidence. A potentially
interesting language which could be efficiently implemented on modern
multicores. The process of splitting paths is called "fuzzification."
When you must bring them back to a single choice using some method like
selecting the path with the highest confidence level, that is called
"defuzzification."

</OT>

--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

Subject: Re: What Language Is This?
From: Lawrence D'Oliv
Newsgroups: comp.lang.misc
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2024 23:36 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.lang.misc
Subject: Re: What Language Is This?
Date: Fri, 6 Sep 2024 23:36:05 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vbg3l5$1080u$3@dont-email.me>
References: <vbdi3p$hj0r$1@dont-email.me> <vbejl9$p6kd$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 07 Sep 2024 01:36:06 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2fb14b8e7359fe92374260b719a3728e";
logging-data="1056798"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/bgltr77PQCsCVy1X6mtby"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:iEtGkt2985tdvBqWcAA/xkxLpj0=
View all headers

On Fri, 6 Sep 2024 10:56:57 +0100, Bart wrote:

> On 06/09/2024 01:24, Lawrence D'Oliveiro wrote:
>>
>> Looking at the picture at the head of this article
>> <https://www.zdnet.com/article/the-rise-and-fall-in-programming-languages-popularity-since-2016-and-what-it-tells-us/>,
>> I couldn’t recognize what language was used for that code.
>>
>> Does anybody know what language it might be? Of course, it could be a
>> fake.
>
> The one with 'if ("true")' and the mix of // and # comments? It looks
> made-up.

Yeah, I’m tending to agree. Something from an AI given a
(deliberately?) confusing prompt about a program to write, perhaps? ;)

1

rocksolid light 0.9.8
clearnet tor