Hacker News new | ask | show | jobs
by nafey 2160 days ago
Are these dimensions orthogonal though? For example is there any Strongly typed dynamic language?
3 comments

Python is considered strongly typed, but usually it's placed in opposition with PHP or JavaScript. That's why I don't understand why the previous poster used strongly typed. The conversation was about static and dynamic programming languages.
Yes. Completely orthogonal.

Strongly typed dynamic: Python

Weakly typed dynamic: Javascript

Strongly typed static: Haskell

Weakly typed static: C

I think Python is mentioned as the usual example.