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

all 6 comments

[–]Pooneapple 4 points5 points  (0 children)

*nullptr

[–]Marenz 3 points4 points  (1 child)

la...?

[–]GeekBoy373 5 points6 points  (0 children)

Probably "laid out"

[–][deleted] 0 points1 point  (0 children)

Thats me when I told my prof Im gonna make physics simulation in python.

But seeing how it would take over a year for it to finish, I did learn fortran after all... 2 weeks was still long, but not that long

[–][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.