Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"A mind is a terrible thing to have leaking out your ears." -- The League of Sadistic Telepaths


devel / comp.lang.c / Does C rule the whole world?

SubjectAuthor
* Does C rule the whole world?Kalevi Kolttonen
+* Re: Does C rule the whole world?Malcolm McLean
|`- Re: Does C rule the whole world?Öö Tiib
+- Re: Does C rule the whole world?David Brown
+* Re: Does C rule the whole world?Chris M. Thomasson
|+- Re: Does C rule the whole world?Bart
|`* Re: Does C rule the whole world?Vir Campestris
| `- Re: Does C rule the whole world?Chris M. Thomasson
+- Re: Does C rule the whole world?Bonita Montero
`- Re: Does C rule the whole world?Michael S

1
Does C rule the whole world?

<ucarrn$550g$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28165&group=comp.lang.c#28165

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kal...@kolttonen.fi (Kalevi Kolttonen)
Newsgroups: comp.lang.c
Subject: Does C rule the whole world?
Date: Fri, 25 Aug 2023 18:28:07 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Sender: <untosten@0.0.0.0>
Message-ID: <ucarrn$550g$1@dont-email.me>
Injection-Date: Fri, 25 Aug 2023 18:28:07 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="addf098425c552280bea5d8bd759e0f9";
logging-data="168976"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OSmBRQEJQ+HH/tNJLksOrdjmP+Q4tkyY="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/6.4.11-200.fc38.x86_64 (x86_64))
Cancel-Lock: sha1:Tm/YgVLPsCWKEQWkFjuMrw2yE/k=
 by: Kalevi Kolttonen - Fri, 25 Aug 2023 18:28 UTC

Hello!

I read Bart's post about C being married to Unix and
decided to start a new thread about C's prevalence.

I simply tried googling "what platforms does C support" or
something like that. One of the hits was this article:

https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming

It seems to me that C is in very widespread use even today
and certainly not limited to Unices.

br,
KK

Re: Does C rule the whole world?

<0b757915-536b-4207-b9ce-477e34037d8en@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28197&group=comp.lang.c#28197

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:6214:1867:b0:649:c819:1b15 with SMTP id eh7-20020a056214186700b00649c8191b15mr483876qvb.0.1693034245398;
Sat, 26 Aug 2023 00:17:25 -0700 (PDT)
X-Received: by 2002:a05:622a:1012:b0:404:c707:88e8 with SMTP id
d18-20020a05622a101200b00404c70788e8mr537246qte.8.1693034245169; Sat, 26 Aug
2023 00:17:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Sat, 26 Aug 2023 00:17:24 -0700 (PDT)
In-Reply-To: <ucarrn$550g$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2a00:23a8:400a:5601:a5f9:166e:840e:d1f9;
posting-account=Dz2zqgkAAADlK5MFu78bw3ab-BRFV4Qn
NNTP-Posting-Host: 2a00:23a8:400a:5601:a5f9:166e:840e:d1f9
References: <ucarrn$550g$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0b757915-536b-4207-b9ce-477e34037d8en@googlegroups.com>
Subject: Re: Does C rule the whole world?
From: malcolm....@gmail.com (Malcolm McLean)
Injection-Date: Sat, 26 Aug 2023 07:17:25 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2507
 by: Malcolm McLean - Sat, 26 Aug 2023 07:17 UTC

On Friday, 25 August 2023 at 19:28:21 UTC+1, Kalevi Kolttonen wrote:
> Hello!
>
> I read Bart's post about C being married to Unix and
> decided to start a new thread about C's prevalence.
>
> I simply tried googling "what platforms does C support" or
> something like that. One of the hits was this article:
>
> https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
>
> It seems to me that C is in very widespread use even today
> and certainly not limited to Unices.
>
Unix is no longer especially important for C, though Unix does come with a C
compiler installed which can be run from the commandline with a simple "cc",
which makes it easy to write scratch C programs.

C has two main uses. The first is in small embedded systems where its closeness
to machine code means that very tight and efficent prgrams can be written. SInce
it's easy to extend the language to allow for absolute addresses, C can also be used
to directly access hardware.
The second use is in the algorithmic core of a large application which is doing something
computationally complex. The more complex the problem, the simpler you want the
programming language to be. And because it is easy to call functions written in C
from most other programming languages, the choice of C makes the code more
generally useful.

Re: Does C rule the whole world?

<ucd9i4$lfbf$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28209&group=comp.lang.c#28209

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: david.br...@hesbynett.no (David Brown)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Sat, 26 Aug 2023 18:34:11 +0200
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <ucd9i4$lfbf$1@dont-email.me>
References: <ucarrn$550g$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 26 Aug 2023 16:34:12 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="2a3d81df6d701e5e1ef330a1a0b547df";
logging-data="703855"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pzBhcxsMxiUxrHR0ICL6jXbDJvLWYbkY="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:P812tjGuEYzUbRc+VsFsFml2gcA=
Content-Language: en-GB
In-Reply-To: <ucarrn$550g$1@dont-email.me>
 by: David Brown - Sat, 26 Aug 2023 16:34 UTC

On 25/08/2023 20:28, Kalevi Kolttonen wrote:
> Hello!
>
> I read Bart's post about C being married to Unix and
> decided to start a new thread about C's prevalence.

I'd take Bart's comments with more than a pinch of salt. He has a
strong dislike for C and Unix, and habitually and intentionally
misunderstands both in order to spread FUD about them. It's a bit
silly, really.

>
> I simply tried googling "what platforms does C support" or
> something like that. One of the hits was this article:
>
> https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
>
> It seems to me that C is in very widespread use even today
> and certainly not limited to Unices.
>

C has its origins in the Unix world, and a lot of C tools, compilers,
and code come from there. But it spread widely.

C has a few key features that make it unique. It is a high-level
language (defined by a set of standards and an "abstract machine"), but
low-level and suitable for systems programming and high speed code. It
is stable - to a very large extent, you don't need to deal with
continual changes to the language, and old code will work just as well
as new code. And there are good quality tools available for almost all
systems.

So C can be seen as the lowest common denominator for programming.
Interfaces between libraries are often described in C terms. Higher
level languages run on virtual machines, that are written in C.
Low-level libraries are written in C. OS's are often written in C.
This is common to pretty much all operating systems.

It is also extremely common in embedded systems and microcontrollers,
where you want low overheads.

Re: Does C rule the whole world?

<ucduq1$pse2$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28225&group=comp.lang.c#28225

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Sat, 26 Aug 2023 15:36:50 -0700
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <ucduq1$pse2$1@dont-email.me>
References: <ucarrn$550g$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 26 Aug 2023 22:36:49 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="8e1daed50adb974a734bb3c89635a581";
logging-data="848322"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+zf1LkHjeFzaRHQFuLiW5aSrMqmb3LWNk="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:G/e2qpBaTazsP9pkhCo1YvEyt3s=
In-Reply-To: <ucarrn$550g$1@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Sat, 26 Aug 2023 22:36 UTC

On 8/25/2023 11:28 AM, Kalevi Kolttonen wrote:
> Hello!
>
> I read Bart's post about C being married to Unix and
> decided to start a new thread about C's prevalence.
>
> I simply tried googling "what platforms does C support" or
> something like that. One of the hits was this article:
>
> https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
>
> It seems to me that C is in very widespread use even today
> and certainly not limited to Unices.

Fwiw, The kernel for WinNT 4.0 is written in C.

Re: Does C rule the whole world?

<dec2433f-969e-416d-9272-e0017e02f45an@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28246&group=comp.lang.c#28246

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:ad4:550b:0:b0:640:14ce:e0dd with SMTP id pz11-20020ad4550b000000b0064014cee0ddmr605295qvb.1.1693123073603;
Sun, 27 Aug 2023 00:57:53 -0700 (PDT)
X-Received: by 2002:a05:622a:1451:b0:410:966f:d61f with SMTP id
v17-20020a05622a145100b00410966fd61fmr659255qtx.7.1693123073299; Sun, 27 Aug
2023 00:57:53 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Sun, 27 Aug 2023 00:57:53 -0700 (PDT)
In-Reply-To: <0b757915-536b-4207-b9ce-477e34037d8en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=145.14.19.203; posting-account=pysjKgkAAACLegAdYDFznkqjgx_7vlUK
NNTP-Posting-Host: 145.14.19.203
References: <ucarrn$550g$1@dont-email.me> <0b757915-536b-4207-b9ce-477e34037d8en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <dec2433f-969e-416d-9272-e0017e02f45an@googlegroups.com>
Subject: Re: Does C rule the whole world?
From: oot...@hot.ee (Öö Tiib)
Injection-Date: Sun, 27 Aug 2023 07:57:53 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2776
 by: Öö Tiib - Sun, 27 Aug 2023 07:57 UTC

On Saturday, 26 August 2023 at 10:17:35 UTC+3, Malcolm McLean wrote:
> On Friday, 25 August 2023 at 19:28:21 UTC+1, Kalevi Kolttonen wrote:
> > Hello!
> >
> > I read Bart's post about C being married to Unix and
> > decided to start a new thread about C's prevalence.
> >
> > I simply tried googling "what platforms does C support" or
> > something like that. One of the hits was this article:
> >
> > https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
> >
> > It seems to me that C is in very widespread use even today
> > and certainly not limited to Unices.
> >
> Unix is no longer especially important for C, though Unix does come with a C
> compiler installed which can be run from the commandline with a simple "cc",
> which makes it easy to write scratch C programs.
>
> C has two main uses. The first is in small embedded systems where its closeness
> to machine code means that very tight and efficent prgrams can be written. SInce
> it's easy to extend the language to allow for absolute addresses, C can also be used
> to directly access hardware.
> The second use is in the algorithmic core of a large application which is doing something
> computationally complex. The more complex the problem, the simpler you want the
> programming language to be. And because it is easy to call functions written in C
> from most other programming languages, the choice of C makes the code more
> generally useful.

Also C is often used as integration layer between programming languages that lack
such interoperability layer.

Re: Does C rule the whole world?

<ucffdt$15le9$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28254&group=comp.lang.c#28254

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bc...@freeuk.com (Bart)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Sun, 27 Aug 2023 13:26:36 +0100
Organization: A noiseless patient Spider
Lines: 62
Message-ID: <ucffdt$15le9$1@dont-email.me>
References: <ucarrn$550g$1@dont-email.me> <ucduq1$pse2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Aug 2023 12:26:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="eaa89527a9afde9f88ac0dab313b2a1e";
logging-data="1234377"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18bWMHC1onyi5GYUqDD0qXDpZ0iRBJ2vEA="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:VfTYIfGBA1yhL7YK603b3sFN7wY=
In-Reply-To: <ucduq1$pse2$1@dont-email.me>
 by: Bart - Sun, 27 Aug 2023 12:26 UTC

On 26/08/2023 23:36, Chris M. Thomasson wrote:
> On 8/25/2023 11:28 AM, Kalevi Kolttonen wrote:
>> Hello!
>>
>> I read Bart's post about C being married to Unix and
>> decided to start a new thread about C's prevalence.
>>
>> I simply tried googling "what platforms does C support" or
>> something like that. One of the hits was this article:
>>
>>
>> https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
>>
>> It seems to me that C is in very widespread use even today
>> and certainly not limited to Unices.
>
> Fwiw, The kernel for WinNT 4.0 is written in C.
>

A lot of Windows seems to be written in C, and the early APIs were
expressed as C declaration (now those same ones are called 'C++' but
there's no C++ stuff in there).

But I didn't use Windows until the mid-90s.

So I was programming for nearly 20 years on OSes that weren't written in
C: MSDOS, CP/M (our version of it definitely wasn't), and assorted
non-Unix OSes before that.

And of course I never used C myself until the mid-90s, and then mainly
using libraries with C APIs.

It certainly didn't seem to be ruling that the world at that period!

But, apparently writing a new OS is such a difficult task, that no-one
bothers anymore. Other you use Windows, or use Linux, or build one on
top of Linux.

So C ends up being ensconced nearly everywhere, and insinuating itself
everywhere else.

I don't have a problem at all such such a level of language being used,
since mine works in the same way.

But I do have a tremendous problem with how that language is designed
(and, also, with its retinue of tools that seem to go with it, that
appear to be of the same standard: crudely put togther apps that never
grew up).

So it's a shame that the computing world is underpinned by a language
that provides this chaotic set of integer types:

char, signed char, unsigned char, short, unsigned short,
int, unsigned int, long, unsigned long, long long int,
unsigned long long int (or long unsigned int long etc),
int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
int64_t, uint64_t, 8 *fast* and 8 *least* types,
intptr_t, uintptr_t, size_t, ssize_t, intmax_t, uintmax_t,
wchar_t, ptrdiff_t, clock_t, offset_t, time_t, ...

and where you need employ external tools, or apply an algorithm, in
order to decode a type declaration.

Re: Does C rule the whole world?

<ucfm54$16rmr$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28255&group=comp.lang.c#28255

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Bonita.M...@gmail.com (Bonita Montero)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Sun, 27 Aug 2023 16:21:24 +0200
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <ucfm54$16rmr$1@dont-email.me>
References: <ucarrn$550g$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Aug 2023 14:21:24 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e5549a673b21d7a8c8d8ab6c332d8c9b";
logging-data="1273563"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lDh8Ry24UQ5zBbLtl9LThmd9O0sgFm+g="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:VIwUDJr8zWpncayJwJxM6ZasQHg=
Content-Language: de-DE
In-Reply-To: <ucarrn$550g$1@dont-email.me>
 by: Bonita Montero - Sun, 27 Aug 2023 14:21 UTC

Am 25.08.2023 um 20:28 schrieb Kalevi Kolttonen:
> Hello!
>
> I read Bart's post about C being married to Unix and
> decided to start a new thread about C's prevalence.
> I simply tried googling "what platforms does C support" or
> something like that. One of the hits was this article:
> https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
> It seems to me that C is in very widespread use even today
> and certainly not limited to Unices.

The problem with C is that it is easy to learn, but it's much
more effort to write stable software in C than in other languages.
In C++ there's much to learn but you have a fraction of the code.

Re: Does C rule the whole world?

<ucga4r$1actm$2@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28274&group=comp.lang.c#28274

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vir.camp...@invalid.invalid (Vir Campestris)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Sun, 27 Aug 2023 21:02:35 +0100
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <ucga4r$1actm$2@dont-email.me>
References: <ucarrn$550g$1@dont-email.me> <ucduq1$pse2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Aug 2023 20:02:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a2a377a4af0bf01e5d216f04bec94ec5";
logging-data="1389494"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18R/bQ/3Sz6O8Eth0PzqtIsA5+23Bn6Wq4="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:d7TJQnhi8mVvhgOk5W06VdkeHB8=
In-Reply-To: <ucduq1$pse2$1@dont-email.me>
Content-Language: en-GB
 by: Vir Campestris - Sun, 27 Aug 2023 20:02 UTC

On 26/08/2023 23:36, Chris M. Thomasson wrote:
> Fwiw, The kernel for WinNT 4.0 is written in C.

Worth even less is that most of Novell Netware is (was?) written in C.

Andy

Re: Does C rule the whole world?

<b9ffa3d1-c6f1-4f5d-a9c0-b75a61232994n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28402&group=comp.lang.c#28402

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:ad4:57a5:0:b0:640:32db:a78b with SMTP id g5-20020ad457a5000000b0064032dba78bmr815709qvx.9.1693309369974;
Tue, 29 Aug 2023 04:42:49 -0700 (PDT)
X-Received: by 2002:a05:622a:591b:b0:412:2b59:dc10 with SMTP id
ga27-20020a05622a591b00b004122b59dc10mr116614qtb.1.1693309369793; Tue, 29 Aug
2023 04:42:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Tue, 29 Aug 2023 04:42:49 -0700 (PDT)
In-Reply-To: <ucarrn$550g$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=199.203.251.52; posting-account=ow8VOgoAAAAfiGNvoH__Y4ADRwQF1hZW
NNTP-Posting-Host: 199.203.251.52
References: <ucarrn$550g$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b9ffa3d1-c6f1-4f5d-a9c0-b75a61232994n@googlegroups.com>
Subject: Re: Does C rule the whole world?
From: already5...@yahoo.com (Michael S)
Injection-Date: Tue, 29 Aug 2023 11:42:49 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1203
 by: Michael S - Tue, 29 Aug 2023 11:42 UTC

On Friday, August 25, 2023 at 9:28:21 PM UTC+3, Kalevi Kolttonen wrote:
nothing

Re: Does C rule the whole world?

<ucreul$3g5mo$2@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=28532&group=comp.lang.c#28532

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: comp.lang.c
Subject: Re: Does C rule the whole world?
Date: Thu, 31 Aug 2023 18:32:06 -0700
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <ucreul$3g5mo$2@dont-email.me>
References: <ucarrn$550g$1@dont-email.me> <ucduq1$pse2$1@dont-email.me>
<ucga4r$1actm$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 1 Sep 2023 01:32:06 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="772ecddaa31e7496b60fd951c691d463";
logging-data="3675864"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ekNREQOvgbd/6doMXa1mcqVasyI3nIEs="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.0
Cancel-Lock: sha1:RUMSCbW2PwBca4UFoSMwsVRTLAs=
In-Reply-To: <ucga4r$1actm$2@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Fri, 1 Sep 2023 01:32 UTC

On 8/27/2023 1:02 PM, Vir Campestris wrote:
> On 26/08/2023 23:36, Chris M. Thomasson wrote:
>> Fwiw, The kernel for WinNT 4.0 is written in C.
>
> Worth even less is that most of Novell Netware is (was?) written in C.

What is worse, C, or a system implementing C, written in C?

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor