Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro 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: References: <20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org> <87il0lldf8.fsf@tudado.org> <20240815182717.189@kylheku.com> 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 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.