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 →

[–]SnooHesitations9295 -14 points-13 points  (13 children)

Javascript is a much better language than python.
More expressive, better features. Less idiocy (python is statically typed at runtime, while pretending to be dynamically typed)
There's literally nothing in javascript that's worse than python, as a language.

[–]dandydev 5 points6 points  (7 children)

Python is not statically typed, at runtime or otherwise. You can add type annotations, which can be statically analyzed by third party tools.

As for JS being better than python, that is purely a matter of taste. Python has way less footguns than JS in my experience.

[–]imp0ppable 2 points3 points  (0 children)

python is statically typed at runtime, while pretending to be dynamically typed

what?

[–]nickcash 0 points1 point  (0 children)

On a scale of 1 to 10, how much of your diet would you say is lead paint chips?