Hacker News new | ask | show | jobs
by DonaldFisk 3662 days ago
C is weakly typed.

You have to declare types in the languages you mention. You shouldn't have to. Type inference was figured out decades ago, it can be done by the compiler, and in some languages, it is.