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

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Muttley@dastardlyhq.com
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Sat, 12 Oct 2024 15:51:10 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <vee5te$7h5p$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <vebi0j$3nhvq$1@dont-email.me> <vebjmj$5dc$1@reader1.panix.com> <vedcjc$3mqn$1@dont-email.me> <vedv1k$idp$1@reader1.panix.com> <vee2b1$6vup$1@dont-email.me> <gEwOO.82300$S9Vb.81024@fx45.iad>
Injection-Date: Sat, 12 Oct 2024 17:51:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="90b74c972339d9d95568dfe55f9984dc";
	logging-data="246969"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18bSvHWL79J6i80U7Y6jbin"
Cancel-Lock: sha1:EDRKbCO7SZQZKs6iOGbT4LbgWoQ=
Bytes: 1601

On Sat, 12 Oct 2024 15:32:28 GMT
scott@slp53.sl.home (Scott Lurndal) gabbled:
>Muttley@dastardlyhq.com writes:
>>Standalone in the sense that the opcodes in the binary don't need to be
>>transformed into something else before being loaded by the CPU.
>
>That's a rather unique definition of 'standalone'.

Is it? As opposed to something that requires a seperate program to run any
of it. That java p-code isn't going to do much without a jvm to translate it
into x86 or ARM etc whereas a compiled binary will - after required libraries
are loaded with it - just run directly on the CPU.