Hacker News new | ask | show | jobs
by dragonwriter 2260 days ago
> There’s no concept of types

Python is strongly typed, and while it doesn't mandate static type checking, it has several AOT static type checkers available.

It's not Haskell, but then neither are most languages that mandate static type checking.