Stop comparing programming languages

  • Python is versatile
  • JavaScript is powerful
  • Ruby is elegant
  • C is essential
  • C++
  • Java is robust
  • magic_lobster_party
    link
    fedilink
    1616 days ago

    I like Douglas Crockford’s talks about the “good parts” of JavaScript. They’re old and probably a bit outdated, but he explain quite well the history and why JavaScript is the way like it is.

    It clicked for me when I saw them the first time. Still hate JavaScript though.

    • wreel
      link
      fedilink
      English
      916 days ago

      What Crockford did was enable a lot of devs to realize there was a viable development platform built into the most prolific and open network client in the world. For that he should be commended but it should have never been taken as “this is a viable general purpose language”.

      • magic_lobster_party
        link
        fedilink
        216 days ago

        He also showed that JavaScript has more resemblance to functional programming languages rather than object oriented ones. If you try to treat it as an object oriented language like Java (like the seem to imply), you will have a bad time.

        This has changed with TypeScript though.