Hacker News new | ask | show | jobs
by griffinmb 1983 days ago
You probably know this, but correcting for anyone reading. C is generally considered statically but *weakly* typed.
1 comments

No, it isn't. There isn't consensus on what weakly/strongly typed actually means, but C is strongly typed (with some unfortunate loopholes) by most definitions.