TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linus Torvalds “Nothing better than C” (2012)

8 pointsby new_user_finalabout 2 years ago

2 comments

sylwareabout 2 years ago
He meant nothing &quot;less worse&quot; than C. And linux is not written in C, but in gcc extended C.<p>Plain C is already way too complex and rich, not on the absurd and grotesque level of c++ though: integer promotion, typedef, enum, switch should go (_generic too ofc), only one loop keyword (loop{}) should stay, no anonymous code block, only explicit compile time and runtime type casts (except maybe from&#x2F;to void* and literals), explicit compile-time constant (don&#x27;t rely on compiler optimization), primitive types should be sized (u8&#x2F;s8&#x2F;..&#x2F;u64&#x2F;s64&#x2F;f64 or ub&#x2F;sb..&#x2F;uq&#x2F;sq&#x2F;fq), properly define preprocessor variable argument macros (the optional &#x27;,&#x27;), well I think people get the idea.
chunk_waffleabout 2 years ago
This is likely a clip from a much older video (I think it&#x27;s from ~2012)