Hacker News new | past | comments | ask | show | jobs | submit login

That seems a lot like duck typing to me.



Yes, it is. Typed Python supports duck typing to some extent; see typing.Protocol and stuff like Sequence, Iterable, Mapping, etc.


I'd argue non-typed Python supports duck typing pretty well too, so you don't necessarily need Typed Python to support it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: