Hacker News new | ask | show | jobs
by lgeorget 2125 days ago
I wouldn't call C untyped because implicit conversions happen all the times. It's just that it assumes that since you declare your variables with a type, when you assign them, you know what is going to happen.
2 comments

I'm not calling C untyped either. It's weakly (statically) typed.
Barely anything is truly untyped nowadays, I can think only of assembly.