Stop comparing programming languages

  • Python is versatile
  • JavaScript is powerful
  • Ruby is elegant
  • C is essential
  • C++
  • Java is robust
you are viewing a single comment's thread
view the rest of the comments
[–] 31 points 2 years ago (1 child)

The thing it can do best is bewilder developers with it's strange choices

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 2 years ago (1 child)

    i wouldn't want to program in pure assembly either but asm is definitely powerful

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years 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.

  • source
  • parent