正在加载视频...

视频加载失败

Linux creator Linus Torvalds: C is king for OS development because if you think like a computer, writing C actually makes sense.

316,584 次观看 • 2 年前 •via X (Twitter)

10 条评论

typealias.bsky.social 的头像
typealias.bsky.social2 年前

Come on. C is fine for what it is and was. But it''s fundamentally flawed. Programmer skill issue has proven to be poor attribution.

ludwig 的头像
ludwig2 年前

if the computer is a PDP-11 maybe

neuroblossom 的头像
neuroblossom2 年前

Linus can see the matrix code, as suspected

mourad 的头像
mourad2 年前

With what happened with Microsoft yesterday, many programmers are gonna advocate for using a memory safe pl for OS development. But I don't think that C/C++ is to blame! We, the current generation of programmers, don't live up to the standards of legends like Dennis Ritchie et al

Ash ▵ 的头像
Ash ▵2 年前

matter of fact I started learning C coz this clip popped up in my feed on yt

Tiger Abrodi 的头像
Tiger Abrodi2 年前

Very cool perspective 💪

Silvio Sweeper 的头像
Silvio Sweeper2 年前

And so came Rust into the Linux kernel.

grievre_ebooks 的头像
grievre_ebooks2 年前

IMO the problem with C isn't its fundamental design choices but just all the accumulated cruft. the ISO standard is very wishy-washy on what it specifies and what it doesn't. There are "dangerous, never use" functions still in the standard library (gets, strtok, sprintf)

Cefradine Squib 的头像
Cefradine Squib2 年前

"when I read C I know what the assembly language will look like" Ahh, geek talk of the highest order... int main(int argc, char *argv[]) { (C == "best_language_ever") ? printf("Yay\n") : goto _boo; exit(0); _boo: printf("Piss off!\n"); exit(1); } I used to be a geek..

𝗠𝗮𝗹𝗶𝘅™ 的头像
𝗠𝗮𝗹𝗶𝘅™2 年前

Zig is C made convenient

相关视频