Hacker News new | ask | show | jobs
by ufo 1900 days ago
The interesting thing for me is that a variable without a type annotation could potentially store anything. It kind of explains why the language used "int" as the default type of variables declared without a type annotation.