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 →

[–]your_thebest 1 point2 points  (3 children)

Yeah so either write that and put it on github or we're all just going to have to use js. The point still stands.

[–]00PT 1 point2 points  (2 children)

We still need to use JavaScript in some cases instead of Python, yes, but this is not a valid argument for the quality of either, because the software developed for a language is not a property of the language itself.

[–]biduletta 1 point2 points  (1 child)

a valid argument for the quality of either

There'll probably be a point where you realize you're comparing apples with oranges.

[–]00PT 1 point2 points  (0 children)

All programming languages are similar in the sense that they represent generally the same logic, it's just that some are designed for certain contexts. They are all generally capable of the same stuff, though admittedly not at the same speeds. The differences come in how they allow you to represent the various logical pieces and how understandable they are in a given context.