this post was submitted on 25 Oct 2022
1 points (100.0% liked)
Python
3222 readers
1 users here now
News and discussions about the programming language Python
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Its not that bad right now, and 10-60% speed improvements makes it at least on par with other interpreted languages again. You can't compare it to compiled languages of course, but it is not always a good idea to use those.
Not if you compare it to languages like Lua, Javascript, LISP. Those languages can get really close to native for general code.
Not suggesting Python needs to become more like those languages, which generally don't have the same nice features Python does.
But I'm saying it should maybe be a goal to get much closer to them without having to write a C module.