|
|
|
|
|
by amval
338 days ago
|
|
> I was active in the Python community in the 200x timeframe, and I daresay the common consensus is that language didn't matter and a sufficiently smart compiler/JIT/whatever would eventually make dynamic scripting languages as fast as C, so there was no reason to learn static languages rather than just waiting for this to happen. To be very pedantic, the problem is not that these are dynamic languages _per se_, but that they were designed with semantics unconcerned with performance. As such, retrofitting performance can be extremely challenging. As a counterexample of fast and dynamic: https://julialang.org/ (of course, you pay the prize in other places) I agree with your comment overall, though. |
|