Unladen Swallow 2009Q2 released
Unladen Swallow 2009Q2 released
Posted Jul 15, 2009 18:08 UTC (Wed) by iabervon (subscriber, #722)In reply to: Unladen Swallow 2009Q2 released by drag
Parent article: Unladen Swallow 2009Q2 released
Even if Python were as fast as C, Python is much harder to debug than most other languages, because just about any Python code could actually be correct, if some distant part of the program inserted variables in its scope or added attributes to its objects.
There are some applications Python is good for, and some of them care about performance, but there are others where it's much more useful to get compiler errors for large classes of common mistakes.
