Stop comparing programming languages

  • Python is versatile
  • JavaScript is powerful
  • Ruby is elegant
  • C is essential
  • C++
  • Java is robust
  • @psycho_driver@lemmy.world
    link
    fedilink
    618 days ago

    The thing with C is that it’s almost always going to be the fastest high-ish level language and it has an extremely stable ABI. Self contained code written 30 years ago will likely compile with only minor (and sometimes no) tweaks today. You’re lucky to go 3 years on C++ without something fairly big breaking due to changes in the underlying language and ABI.

    • @OpenStars
      link
      English
      118 days ago

      That’s the kind of insight I was hoping for, thanks for sharing!

      C is also just a fun language to code in. You know, aside from pointers ofc:-). Though I have never done more than dabble around personally.