• @owen@lemmy.ca
    link
    fedilink
    01 year ago

    This is awesome. Rust wearing full plate armor to dinner is hilarious… Also what’s up with Scala? lmao

      • @BatmanAoD@programming.dev
        link
        fedilink
        11 year ago

        Probably more importantly, it runs on the JVM and is designed to interoperate with existing Java code. (FWIW, I actually think they made a major mistake in how they handle null Java objects, and that Kotlin did better here; but Kotlin is much newer.)

  • Haus
    link
    fedilink
    01 year ago

    My experience in going from C to C++ was different: if you’re not converting everything from mallocs with custom addressing systems to the collections framework, you’re not living.

    • Jajcus
      link
      fedilink
      01 year ago

      My experience with C++ was when C++ was a relatively new thing. Practically the only notable feature provided by the standard library, was that unholy abuse of bit shift operators for I/O. No standard collections or any other data types.

      And every compiler would consider something else a valid C++ code or interpret the same code differently.

      I am little bit prejudiced since then… and that is probably where the author is coming from too.

      Then things were just getting more complicated (templates and other new syntax quirks), to fill the holes in attempts to make C a ‘high level language’.