Hacker News new | ask | show | jobs
by carnitine 1119 days ago
C is definitely a high level language.
1 comments

Higher level than assembly? Yes. High-level? No. Not with manual memory management, not without strings/encodings native support (char* is a bytestring, not a text string), not with so many platform-dependent features that are not abstracted away.