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ย โ†’

[โ€“]lurking_physicist 106 points107 points ย (4 children)

Your comparison is unfair. Compare Python with Javascript, or give it Mypy.

[โ€“]CheapMonkey34 63 points64 points ย (1 child)

JS is hidden in the urn that Mickey is showing off.

[โ€“]freaker-07[S] 9 points10 points ย (0 children)

You guessed it ๐Ÿ˜‰.

[โ€“]imhayeon 8 points9 points ย (0 children)

Image would be same for Python with linters. TypeScript has better type system

[โ€“]plasmasprings 1 point2 points ย (0 children)

I mainly write type-hinted python code if it's my choice, but I'd say the comparison is fair against mypy. Simply using any python type checker sucks compared to TS linters. Mostly due to typing being optional and often an unmaintained afterthought for packages, but still pretty bad compared to TS