Deutsch   English   Français   Italiano  
<vdf7kd$2cn51$20@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: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Mon, 30 Sep 2024 22:10:22 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <vdf7kd$2cn51$20@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <uvbfii$3mom0$1@news.xmission.com>
	<20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org>
	<way-20240413091747@ram.dialup.fu-berlin.de> <87il0lldf8.fsf@tudado.org>
	<choices-20240413123957@ram.dialup.fu-berlin.de>
	<v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
	<20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
	<v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me>
	<va2ro9$3gd7v$1@dont-email.me> <va2vt0$3h3gj$1@dont-email.me>
	<va44rh$3p1l6$1@dont-email.me> <va45gv$3pilh$1@dont-email.me>
	<vdf096$2c9hb$7@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 01 Oct 2024 00:10:22 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="45d68bef63035d0f49773effd7a1ab82";
	logging-data="2514081"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19X2ixNKFjjsCLJ6ZB9nquF"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:eGukqLw0C5hcYyK1Pdpsv/nDp+o=
Bytes: 2486

On Mon, 30 Sep 2024 20:04:54 -0000 (UTC), Bozo User wrote:

> On 2024-08-21, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>
>> On Wed, 21 Aug 2024 09:26:41 +0200, David Brown wrote:
>>
>>> And you don't need to know anything about Linux, UNIX or POSIX to
>>> program in C.
>>
>> I think the point has been made on comp.lang.c more than once, that C
>> without POSIX can be a very dull language indeed ...
> 
> ... you can do a lot with C99.

Up to a point. This is the thing: every once in a while, a discussion 
about some supposed C feature will founder on the discovery that it is 
actually a POSIX feature, not available with standard C on non-POSIX 
platforms.

Hang around comp.lang.c for a month or so, and you’ll see what I mean.

> Albeit I prefer Elisp and Common Lisp.

I use lots of languages, including C and JavaScript. I use Elisp to 
customize Emacs, and Python for lots of other things. I have even dabbled 
with Smalltalk.