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 <20240825191719.00003ec3@yahoo.com>
Deutsch   English   Français   Italiano  
<20240825191719.00003ec3@yahoo.com>

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

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.lang.c
Subject: Re: Top 10 most common hard skills listed on resumes...
Date: Sun, 25 Aug 2024 19:17:19 +0300
Organization: A noiseless patient Spider
Lines: 50
Message-ID: <20240825191719.00003ec3@yahoo.com>
References: <vab101$3er$1@reader1.panix.com>
	<vad7ns$1g27b$1@raubtier-asyl.eternal-september.org>
	<vad8lr$1fv5u$1@dont-email.me>
	<vaf7f0$k51$2@reader1.panix.com>
	<vafgb2$1to4v$2@dont-email.me>
	<92ab79736a70ea1563691d22a9b396a20629d8cf@i2pn2.org>
	<vafim7$1ubg8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 25 Aug 2024 18:16:39 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0069ba0565dbdd7465825de00529f73c";
	logging-data="1908920"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX185OhiYzQ0F7ynngRfxCrY7fB1DJ6RK0EY="
Cancel-Lock: sha1:r91EpyZJHBsTcJZ3Z6hSMttWNz4=
X-Newsreader: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
Bytes: 2956

On Sun, 25 Aug 2024 16:30:17 +0100
Bart <bc@freeuk.com> wrote:

> On 25/08/2024 15:55, fir wrote:
> > James Kuyper wrote:  
> >> On 8/25/24 08:18, John Forkosh wrote:  
> >>> Bart <bc@freeuk.com> wrote:  
> >> ...  
> >>> I recall C as originally characterized as a "portable assembly 
> >>> language",
> >>> as opposed to a "higher level language". And I'd agree with that
> >>> assessment, whereby I think you're barking up the wrong tree by
> >>> trying to evaluate its merits/demerits vis-a-vis higher-level
> >>> languages. Consider it with respect to its own objectives,
> >>> instead.  
> >>
> >> C has been mischaracterized as a "portable assembly language", but
> >> that has never been an accurate characterization. It has, from the
> >> very beginning, been defined by the behavior that is supposed to
> >> result from translating and executing the C code, not the assembly
> >> language that's supposed to be produced by the translation process.
> >> C is a high level language. It is a very low-level high-level
> >> language, but it's not in any sense an assembler.
> >>  
> > 
> > c is mid level language - i mean it has more sense to call c that
> > way than call it low level or high level
> >   
> 
> So what language goes between Assembly and C?
>

Popular today? Not many. In the past? PL/M, BLISS. Although the former
is at almost the same level as C.

> There aren't many! 

Because C is seen as good enough.

> So it's reasonable to consider C as being at the 
> lowest level of HLLs.
> 
> Putting C at mid-level would make for a very cramped space above it
> as 99% of languages would have to fit in there.
> 

Why is it a problem?