607
you are viewing a single comment's thread
view the rest of the comments
[-] dukk@programming.dev 8 points 2 years ago

Speed is a serious problem in Python though. Python has its use cases, and so do other languages. Things would not end well if we started using Python for everything.

[-] noli@programming.dev 2 points 2 years ago

This might be an unpopular opinion but python's speed wouldn't even be an issue if it was 5x slower than it is now.

Python is a language designed for write-time performance, not runtime performance.

[-] Vulwsztyn@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Not since 3.11, python is now one of the fastest languages

[-] dukk@programming.dev 1 points 2 years ago

Definitely not even close to being one of the fastest languages, but still faster nonetheless.

[-] Chunk@lemmy.world 1 points 2 years ago

I have worked on a lot of real time simulation with python glue. It is.. not fun. I'm a better programmer for it though.

[-] Diplomjodler@feddit.de 1 points 2 years ago* (last edited 2 years ago)

If I wanted to write a 3D game engine, I wouldn't use Python either. But there's zero chance of me ever doing that. For 90% of things 90% of people do, Python works just fine. And the performance thing is actively being worked on and getting better all the time.

this post was submitted on 06 Aug 2023
607 points (97.5% liked)

Programmer Humor

24374 readers
741 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS