Stop comparing programming languages

  • Python is versatile
  • JavaScript is powerful
  • Ruby is elegant
  • C is essential
  • C++
  • Java is robust
  • wreel@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    14 days ago

    I would argue that ASM isn’t “powerful”. It’s direct. You can access advanced features of a CPUs architecture with the trade off limited portability. Sometimes it’s necessary but power comes from being able to express complex control and data structures in a concise and readable amount of text.

    The subjective topic of what “concise and readable” means is where the language wars come in.