702
Python! (lemmy.ml)
submitted 3 days ago by tfm@europe.pub to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] qjkxbmwvz@startrek.website 18 points 3 days ago

It's interesting that, with Python, the reference implementation is the implementation


yeah there's Jython but really, Python means both the language and a particular interpreter.

Many compiled languages aren't this way at all


C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity


there are multiple JavaScript implementations, for example, and JS is...weird, yes, but afaik can be faster than Python in many cases.

I don't know what my point is exactly, but Python a) is sloooow, and b) doesn't really have competition of interpreters. Which is interesting, at least, to me.

[-] flubba86@lemmy.world 11 points 3 days ago

Pypy is often considered the "best" alternative Python implementation. In some cases it can be much faster. But it's often one or two versions behind, and not 100% compatible, and of course it doesn't work with native Cpython extensions.

this post was submitted on 07 Aug 2025
702 points (97.8% liked)

Programmer Humor

37681 readers
420 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS