Deutsch   English   Français   Italiano  
<vedcme$3nkb$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: Sat, 12 Oct 2024 08:40:46 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <vedcme$3nkb$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>
	<vebffc$3n6jv$1@dont-email.me>
 <871q0m7c3s.fsf@doppelsaurus.mobileactivedefense.com>
Injection-Date: Sat, 12 Oct 2024 10:40:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="90b74c972339d9d95568dfe55f9984dc";
	logging-data="122507"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+rkL37rPxy7YFlIM4mQ4VT"
Cancel-Lock: sha1:RE1BaL57Sbi/jqHIOfUFbnTLs1U=
Bytes: 2401

On Fri, 11 Oct 2024 19:01:27 +0100
Rainer Weikusat <rweikusat@talktalk.net> boring babbled:
>Muttley@DastartdlyHQ.org writes:
>> 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.
>
>The perl debugger offers an interactive environment (with line editing support
>if
>the necessary packages/ modules are available). It can be invoked with a
>suitable 'script argument' to use it without actually debugging
>something, eg,
>
>perl -de 0

I didn't know about that, I stand corrected on that point.