Y
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
striking
2125 days ago
I'm not calling C untyped either. It's weakly (statically) typed.
link
didibus
2125 days ago
Barely anything is truly untyped nowadays, I can think only of assembly.
link