Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: comp.os.linux.misc Subject: Re: Python/C/Pascal ... How To Choose ? Date: 8 Nov 2025 12:44:40 GMT Organization: Stefan Ram Lines: 18 Expires: 1 Jun 2026 11:59:58 GMT Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de m5lDQZsCWdsKgHxDLWKM6Aw12pLzAWMBdee/FKt+YOPBth Cancel-Lock: sha1:zMv5cHmZQORxkk+KiwNhDpPCGhw= sha256:41VMJPc3jWGc/RDZgxdr+0kJXpAS7g4cKdpOJK/83e0= X-Copyright: (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: en Xref: csiph.com comp.os.linux.misc:77112 Diego Garcia wrote or quoted: >Python is written in the C language. Python is a programming language. Programming languages are not written in anything. It is programming language /specifications/ or /implementations/ that are written in some language. The specification of Python is written in English. There is one implementation of Python written in C indeed, viz., "CPython". Other implementation are written in Python itself (PyPy, partially faster than CPython!), Java (Jython), or C# (IronPython). So, you got that totally wrong. What does that tell you?