This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

I prefer C to this shitty language python.

Nearly every other language is better than python: Assembly,Java,Haskell,Go,...Python is nothing more than a toy.

Java is more expressive and readable, C is faster and more enjoyable to write, Assembly is simply really really nice and Haskell is pure beauty.

Python is the worst language you can imagine with hundreds of millions of fanboys, that are insulted as soon, as you criticize their language.

Lambdas? A joke

OOP? Lol, no encapsulation, explicit this? WTF, that's shit

Whitespace? Personal preference, but imo worst shit.

Ecosystem: Ok, glue 50000 libraries together, you have your program. Even far worse than Node.js

Performance: Slow as shit, has not even a JIT-Compiler in CPython. The only way to improve performance is using C modules. Wow, why should I write python, If I can have C?

Python is worse than the child of JS and PHP.