Hacker News new | ask | show | jobs
by weberc2 2632 days ago
Python’s type system is a particularly bad example. It’s not ergonomic and the type checking is immature.
1 comments

Not sure what immature or ergonomic means in this context, but I'm pretty sure handling of "private" variables (self._foo) is abysmal.