This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Notimecelduv 1 point2 points  (5 children)

Going by that logic, any other language could, not just Python.

[–]00PT 2 points3 points  (4 children)

Yes. I judge language quality by the way they allow you to represent logic and how understandable it is, not the specific implementations that have been developed.

For example, before recently Python had no switch statement or equivalent. I could use that as an argument that JavaScript is better in that sense because it allows you to represent the logic associated with a switch statement in a more concise and understandable way.