Hacker News new | ask | show | jobs
by SJC_Hacker 438 days ago
Huh? Python variables definitely have a type. Its just determined at runtime.

The only untyped language I know, at least modern ones is assembler.

Well and C, if you make everything void*.