Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Too
on March 4, 2023
|
parent
|
context
|
favorite
| on:
Why Python keeps growing, explained
Statically typed with duck typing is called structural typing. (As opposed to nominal typing, with inheritance hierarchies).
It’s already what you get with python and mypy. Using typing.Protocol or Unions.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It’s already what you get with python and mypy. Using typing.Protocol or Unions.