←back to thread

312 points chmaynard | 1 comments | | HN request time: 0.246s | source
Show context
fnord77 ◴[] No.45059036[source]
> world's most beloved programming language

The more I use python, the more I hate it. For the inconsistencies and the short comings and the stuff it glosses over and absurdities like having the default queue be thread safe (sacrificing performance). My personal opinion is it is a garbage language.

replies(3): >>45059139 #>>45059488 #>>45097993 #
1. roelschroeven ◴[] No.45097993[source]
Python's queue is for communication between threads. What's the use of such a thing if it's not thread safe?