Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
task_queue
on March 24, 2015
|
parent
|
context
|
favorite
| on:
Myths of Enterprise Python
I don't know. Runtime type checking is necessary because the language doesn't have constructs which allow dispatching based on type.
Otherwise, you'd run into Python's strong type system when doing an incompatible operation.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Otherwise, you'd run into Python's strong type system when doing an incompatible operation.