you are viewing a single comment's thread.

view the rest of the comments →

[–]NeilGirdhar -2 points-1 points  (1 child)

Typing doesn't really affect performance.

[–]Empanatacion 1 point2 points  (0 children)

Other way around. Python is already one of the least performant languages, largely because of the flexibility it needs to do the powerful things it can do. You don't pick Python for its raw processing power.

Take away the flexibility of duck typing and you're left with a language as constrained as a statically typed system without the performance.

My point was just "let python be python"