Deutsch   English   Français   Italiano  
<vebffc$3n6jv$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@DastartdlyHQ.org
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Fri, 11 Oct 2024 15:15:57 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <vebffc$3n6jv$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <87edbtz43p.fsf@tudado.org>
	<0d2cnVzOmbD6f4z7nZ2dnZfqnPudnZ2d@brightview.co.uk>
	<uusur7$2hm6p$1@dont-email.me> <vdf096$2c9hb$8@dont-email.me>
	<87a5fdj7f2.fsf@doppelsaurus.mobileactivedefense.com>
	<ve83q2$33dfe$1@dont-email.me>
	<87wmighu4i.fsf@doppelsaurus.mobileactivedefense.com>
	<ve8s6d$3725r$1@dont-email.me>
	<87o73rj3sr.fsf@doppelsaurus.mobileactivedefense.com>
	<20241010120827.867@kylheku.com>
	<87frp3itsk.fsf@doppelsaurus.mobileactivedefense.com>
	<ve9mrh$3aiao$2@dont-email.me>
 <87jzee3ded.fsf@doppelsaurus.mobileactivedefense.com>
Injection-Date: Fri, 11 Oct 2024 17:15:57 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0c90553b44865ecc4db3531d281fdd3e";
	logging-data="3906175"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18jQLlu/mrgcGIisXWewxr1"
Cancel-Lock: sha1:Kec1UcvRF0UyaaiUvXce5Fax8oI=
Bytes: 1835

On Fri, 11 Oct 2024 15:47:06 +0100
Rainer Weikusat <rweikusat@talktalk.net> boring babbled:
>Bart <bc@freeuk.com> writes:
>> Interpreter? Perl has some kind of compiler in it, right?
>
>The Perl compiler turns Perl source code into a set of (that's a

Does it produce a standalone binary as output? No, so its an intepreter
not a compiler. However unlike the python interpreter its non interactive
making it an even less attractive option these days.