Sujet : Re: Command Languages Versus Programming Languages
De : Muttley (at) *nospam* dastardlyhq.com
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 12. Oct 2024, 16:51:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vee5te$7h5p$1@dont-email.me>
References : 1 2 3 4 5 6 7
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.