Earlier quoted context omitted.
[flagged]
Bashing Python in Python development thread is not tactful.
jfc. guido knows ;), this thread is getting weirder and weirder, creepier and creepier.
are you literally implying that I should lie about known facts about python slowness?
"tactful" my foot.
then I guess the creators of PyPy and Unladen Swallow (the latter project was by Google) were/are not being tactful either, because those were two very prominent projects to speed up Python, in other words, to reduce its very well known slowness.
There is/was also Cython and Pyston (the latter at Dropbox, where Guido (GvR, Python creator) worked for a while. Those were or are also projects to speed up Python program execution.
https://en.m.wikipedia.org/wiki/PyPy
https://peps.python.org/pep-3146/
Excerpt from the section titled "Rationale, Implementation" from the above link (italics mine):
[
Many companies and individuals would like Python to be faster, to enable its use in more projects. Google is one such company.
Unladen Swallow is a Google-sponsored branch of CPython, initiated to improve the performance of Google’s numerous Python libraries, tools and applications. To make the adoption of Unladen Swallow as easy as possible, the project initially aimed at four goals:
A performance improvement of 5x over the baseline of CPython 2.6.4 for single-threaded code.
100% source compatibility with valid CPython 2.6 applications.
100% source compatibility with valid CPython 2.6 C extension modules.
Design for eventual merger back into CPython.
]Your honor, I rest my case.