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 <v3vn54$26bsj$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v3vn54$26bsj$1@dont-email.me>

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: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: Why?
Date: Fri, 7 Jun 2024 20:30:45 +0100
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <v3vn54$26bsj$1@dont-email.me>
References: <v3v5k4$23ri3$1@dont-email.me> <v3v6ia$1unpq$1@news.xmission.com>
 <v3vfs7$25i71$1@dont-email.me> <v3vlt1$265uv$5@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 07 Jun 2024 21:30:45 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="29f6a6cdd40af68cde491d55d42bbb4c";
	logging-data="2305939"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/P5vybFy5gjzt7/ZeKrMap"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:fLpcmlUAYnaRFf0BgYFRQXPHz/w=
In-Reply-To: <v3vlt1$265uv$5@dont-email.me>
Content-Language: en-GB
Bytes: 2908

On 07/06/2024 20:09, Malcolm McLean wrote:
> On 07/06/2024 18:26, Kalevi Kolttonen wrote:
>> Kenny McCormack <gazelle@shell.xmission.com> wrote:
>>> Why?
>>>
>>> I mean,  get it when someone wants to give away a large collection of 
>>> mags,
>>> to clear space in their home and/or to do a good deed, but what s the 
>>> point
>>> for just a single issue?
>>>
>>> Just out of curiosity, of course.
>>
>> I don't have a large collection, I only have two Dr.
>> Dobbs magazines. The one I am giving way is the C issue,
>> the other is an OS Issue from 1988 if I remember right.
>> I could give away that one as well if someone wants it.
>>
>> I have no use for this magazine, but as it is a special
>> issue related to C, I thought it is better to give it
>> to someone still in the Usenet and wanting to have it.
>>
>> Of course the easiest solution for me would be to
>> throw it into the trashcan, but the magazine does
>> contain some interesting C history so someone might
>> still want it for historical reasons.
>>
>> If nobody wants it, I'll just get rid of it. But I
>> will wait for a week or so for responses.
>>
>> br,
>> KK
> 
> Now the C interpeter would be useful for my shell, as I could run C 
> programs stored in the FileSystem files as source. Which is a nice idea.
> 

It would be. But I doubt that a DIY interpreter with source code you 
have to key in from the paages of a 1988 magazine will cut it!

Massively better would be to use Tiny C, which although not an 
interpreter, can be use to directly run C programs from source.

BTW I believe this is the article in question (at least you can copy and 
paste the code; you can no longer send off for the floppy!):

https://www.drdobbs.com/cpp/building-your-own-c-interpreter/184408184

It's by somebody called Schildt.