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

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Sat, 30 Mar 2024 00:45:21 +0100
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <uu7jqi$j256$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <uu624j$792q$1@dont-email.me>
 <uu7a2m$ghfn$4@dont-email.me> <uu7i13$im9b$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 29 Mar 2024 23:45:23 +0100 (CET)
Injection-Info: dont-email.me; posting-host="02f497fd69a92926f68b34c365cc7433";
	logging-data="624806"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18tAlkR+kKQvNLS0EGFP0e0"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:Uklkj4EBzBttsxm36zAe3/P1nX4=
In-Reply-To: <uu7i13$im9b$1@dont-email.me>
Bytes: 1802

On 30.03.2024 00:14, Janis Papanagnou wrote:
> On 29.03.2024 21:59, Lawrence D'Oliveiro wrote:
>> On Fri, 29 Mar 2024 10:37:22 +0100, Janis Papanagnou wrote:
>>
>>> Program text is initially text.[*] During parsing (either in
>>> an interpreted or in a compiled language) you split the text
>>> in tokens.
>>
>> And then, how do you interpret the tokens?
> 
> In an interpreter the tokens are interpreted, in a compiler
> they are subject to the parsing. [...]

Just noticed that this may be misleading. Of course the shell
does also a syntax analysis step and report syntax errors. So
don't get me wrong here.

Janis