Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Wed, 05 Mar 2025 15:36:37 -0800
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <86frjruk1m.fsf@linuxsc.com>
References: <20250304092827.708@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Date: Thu, 06 Mar 2025 00:36:38 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ca4acf898929353c6ac73f4144fd9a5d"; logging-data="2785290"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/XJt6dTTobULrQ3DFPnbit8YZdN3F9NIg="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:n9qVGjlUtUbqJnDmAatm90I/YMk= sha1:pRiHLyvJIn5b7aPaT23gQ3OL0jc=
Xref: csiph.com comp.lang.c:390824
bart writes:
> On 05/03/2025 02:20, Lawrence D'Oliveiro wrote:
>
>> On Wed, 5 Mar 2025 01:20:07 +0000, bart wrote:
>>
>>> I maintain my own scripting language. Building it from source - on
>>> Windows - takes 70ms:
>>
>> How wonderful. Does it offer Python-style features?
>
> No, it offers my-style features, that is, things I find useful:
>
> [long list of features]
My understanding is that it is missing the two most important
features of a programming language:
(1) a user manual that defines and documents the language
(2) an available implementation so that other people can
use it to write programs