Hacker News new | ask | show | jobs
by umanwizard 677 days ago
Almost no languages have types considered at runtime.
1 comments

Well python does, after the famous PEP to pack all types into strings got parked (probably forever).

There's packages to typecheck at runtime, even to check the parameters to a function.