Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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

316,584 Aufrufe • vor 1 Jahr •via X (Twitter)

10 Kommentare

Profilbild von typealias.bsky.social
typealias.bsky.socialvor 1 Jahr

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.

Profilbild von ludwig
ludwigvor 1 Jahr

if the computer is a PDP-11 maybe

Profilbild von neuroblossom
neuroblossomvor 1 Jahr

Linus can see the matrix code, as suspected

Profilbild von mourad
mouradvor 1 Jahr

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

Profilbild von Ash ▵
Ash ▵vor 1 Jahr

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

Profilbild von Tiger Abrodi
Tiger Abrodivor 1 Jahr

Very cool perspective 💪

Profilbild von Silvio Sweeper
Silvio Sweepervor 1 Jahr

And so came Rust into the Linux kernel.

Profilbild von grievre_ebooks
grievre_ebooksvor 1 Jahr

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)

Profilbild von Cefradine Squib
Cefradine Squibvor 1 Jahr

"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..

Profilbild von 𝗠𝗮𝗹𝗶𝘅™
𝗠𝗮𝗹𝗶𝘅™vor 1 Jahr

Zig is C made convenient

Ähnliche Videos