Hacker News new | ask | show | jobs
by kstrauser 252 days ago
A quibble: Python is strongly typed. It’s not un-typed in any reasonable sense of the word. It’s dynamically typed, though: type information is on objects, not on the names referring to them.