• 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍@midwest.social
    link
    fedilink
    arrow-up
    156
    arrow-down
    1
    ·
    edit-2
    8 months ago

    Go is like snakes: you’re hatched from an egg and pretty much effective from the get-go. The older you get, the bigger prey you can eat, but otherwise things don’t change much since you were hatched. Your species can thrive in almost any environment, you’re effective, you have all the tools you need straight out of the egg.

    Rust is like humans. There’s a huge incubation period, and you’re mostly helpless when you’re born, but the older you get, the more effective you become with the tools nature graced you with. And you, like Thanos, are inevitable, even if it does mean the death of billions.

    Python is like beaver. Everyone has an opinion about you: some think you’re cute, some think you’re wierd. You’re perfectly suited to your environment, but things get awkward outside of your natural habitat - you can function, but not as well as when you’re in your comfort zone. And when people encounter you where they’re not expecting, they can be unpeasantly surprised, and you can cause them trouble.

    C++ is like platypus. You resemble some other more simple, some might say sane, animal, but developed into a sort of frankenstein monster creature made from a jumble of parts and a stinger that, when it kills someone, comes as a shock. Every part of you serves some purpose, even if it seems tacked-on and out of place.

    Then there’s Node. You are everywhere. You are legion. You fill up ecosystems. People try to defend you, claiming that you serve some purpose in the foodchain, but there’s scant evidence. Attempts to eradicate you fail. You often spread deadly disease. You breed, rapidly, persistently, relentlessly. You are widely hated, and yet everwhere.

    Edit: typo

    • MajorHavoc@programming.dev
      link
      fedilink
      arrow-up
      24
      arrow-down
      1
      ·
      8 months ago

      These are excellent.

      I need to add Perl.

      Perl is a honey bee. You are unassuming and pragmatic. You fill every niche. Your buzzing carries meaning, but only to other bees. In theory, your ecosystem niche is filled by many competing solutions that are more fit to purpose. But somehow we all know in our hearts that if you disappear, all life on the planet will probably die soon after.

        • Holy shit. This thing sounds insanely awesome, but also quintessentially Perl. Like, the perfect holotype for Perl.

          And, damn, but I’m impressed. I’ve seen code that I admired; elegant, inspired, wise code… but the Evil Mangler leaves me in awe.

          • barsoap@lemm.ee
            link
            fedilink
            arrow-up
            6
            arrow-down
            1
            ·
            edit-2
            8 months ago

            There is a very strange, and maybe unexpected, cultural overlap between Perl and Haskell: It’s definitely possible to produce write-only Haskell, and once you get good enough writing Haskell it becomes very inviting to do so. It’s generally going to be a tiny bit more robust, probably a bit slower, and do dirty things with syb regexen could never dream of. While Perl will rip a DFA through a html file while hoping for the best, Haskell will respect the tree structure and then bend it into eldritch knots, leaving you with a file that’s like 50 lines of parser combinators (“it works on my files”) and then five lines of completely inscrutable magic doing the actual processing.

    • CanadaPlus@futurology.today
      link
      fedilink
      English
      arrow-up
      20
      ·
      edit-2
      8 months ago

      So then I guess C is salamander. Also lays eggs and lives by a pool, but doesn’t do anything extra, and is a necessary step before most of the other modern languages.

      COBOL is a coelacanth. To everyone’s surprise, they’re still out there. We thought they were an old, very extinct example of a non-terrestrial lobe-finned fish, but they actually hung on in some odd environments. They cause massive indigestion to anyone that has to consume them.

      If Node is a mosquito, Javascript itself is another hymenopteran: the yellow jacket wasp. Just as hated, and with a tendency to injure handlers, but widely successful and defended as filling an actual useful role in nature. They build delicate, arguably pretty nests.

    • uis@lemmy.world
      link
      fedilink
      arrow-up
      33
      ·
      8 months ago

      C++ compiler:

      Error: missing ‘;’ on line 69

      Warning: two statements on same tabulation depth after if without curly brackets on line 123. Are you sure you want this?

    • herrvogel@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      8 months ago

      Sql errors: there be a syntax error roughly over there I think. Or maybe it’s a semantic error somewhere else I’m not entirely sure. Listen man all I can say is that this one comma there definitely has something to do with it probably, and the error is most certainly either to its left or to its right.

      • Whelks_chance@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        8 months ago

        JSON parsers are getting me recently. The error is somewhere on or after row 1, char 1. Maybe.

        Possibly it’s a BOM issue, or someone used double quotes typed on a Mac keyboard. Good luck.

    • tetris11@lemmy.ml
      link
      fedilink
      arrow-up
      12
      ·
      8 months ago

      Assembly (Octopus swimming alone since birth): “compiler? what’s a compiler”

      • SpaceNoodle@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        edit-2
        8 months ago

        Well, that means that it’s also a C++ thing, but streams are an even slicker concept that aren’t a C thing, making higher-level code look nice and shiny - and abstracting away loads of I/O pain points while encapsulating useful features.

        • solrize@lemmy.world
          link
          fedilink
          arrow-up
          8
          arrow-down
          1
          ·
          8 months ago

          C++ streams are ugly in their own right, but C++ preferred practice these days is to treat it as its own language rather than as a C superset. That is, lots of crufty old C stuff still works in C++ for legacy reasons, but using it when you don’t have to is considered inappropriate.

    • Alex@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      I wasn’t personally using C++, I was using relatively modern C which has had an homegrown object system added to it.

  • capnminus@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    3
    ·
    edit-2
    8 months ago

    Use streams, or fmt. fprintf is for C. It’s like people buying a cheap android phone, then going for an iPhone.

    I don’t blame you though, C++ carries a lot of baggage. Modern C++ is pretty nice, though, as is Rust.

    • force@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      8 months ago

      can’t wait to use templates and have the compiler spit out a 120 page autobiography

  • pelya@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    8 months ago

    A quick -Werror=format -Werror=format-nonliteral -Werror=format-security will solve all your printf woes.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    8 months ago

    The meme will be completely different after writing a few lines of rust for a week 😹