Hacker News new | ask | show | jobs
by scarface74 2687 days ago
Type inference for static languages are just syntactic sugar.

The IDE and the compiler will both scream if you try something like

var x = “John Smith”;

x = 5;