Hacker News new | ask | show | jobs
by hoosieree 969 days ago
Dynamic typing is orthogonal to implicit type conversion, though admittedly dynamic environments do it more often. Watch out for (void*) in C or accidentally inferred union types in TypeScript.