8
edits
(→Java) |
Unoengborg (talk | contribs) (→Cons) |
||
Line 113: | Line 113: | ||
* Python lacks variable declarations, which means that invalid variables are caught at runtime instead of compile-time. | * Python lacks variable declarations, which means that invalid variables are caught at runtime instead of compile-time. | ||
* The "you need to upgrade the whole of python" problem with applications that require or use newer libraries. | * The "you need to upgrade the whole of python" problem with applications that require or use newer libraries. | ||
* Poor performance on multiprocessor and multicore systems. | |||
* Python developers are a bit too smart for their own good. Features like metaclasses are a bit too hard to grasp for the average joe programmer. | |||
== Ruby == | == Ruby == |
edits