• 0 Posts
  • 23 Comments
Joined 3 years ago
cake
Cake day: August 29th, 2023

help-circle













  • soc@programming.devtoLinux@programming.devWhy the Linux Kernel Should Stick With C
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    4
    ·
    edit-2
    8 months ago

    Absolutely delusional.

    code that is readable, auditable, and easy to port

    Yeah C is the language that comes to everybody’s mind reading that. /s

    C’s simplicity …

    Is that simplicity currently in the room with us?

    … and widespread adoption make it the best choice for this philosophy.

    Ah, the asbestos argument.


    If people want to run the latest kernels on hardware that isn’t maintained anymore, they need to toughen up and send patches …

    … or they stick to an old kernel for their unmaintained hardware.

    Both is fine to me, but that entitled Boomer attitude of “nobody should have nice things, because that would challenge status quo” needs to die.


  • “apparently it’s a better safer C++, but I’m not going to switch because I can technically do all that stuff in C++”

    The main difference between C++ and D was that (for most of the time in the past) D required a garbage collector.

    So, D was a language with similar Algol-style syntax targeting a completely different niche from C++.

    Trying to correct your quote, it should read something like “I’m not going to switch because I can’t technically do all that stuff in D that I’m doing in C++” for it to make any sense.