|
|
|
|
|
by oivey
1061 days ago
|
|
Static type declarations don't make Java fast. The compiler does. Dynamically typed languages with no type declarations can be very fast if the compiler can infer the types. That's not to say that Python will ever get there. My understanding is that the design of the language and leaky implementation details make generally compiling Python to fast machine code nearly impossible. |
|
I dunno if Python is ever gonna be as fast as Java or C#, but we know it can be much better.