• Maple Engineer
    link
    fedilink
    56 months ago

    I write several flavours of BASIC fluently, Fortran and Pascal passably, three forms of assembler well enough to get by, and I’ve worked in COBOL.

  • @Juice@midwest.social
    link
    fedilink
    56
    edit-2
    6 months ago

    Why is everyone down on Rust? Seriously. I don’t know it but I’ve considered learning it and it appeals to me and people literally scoff when I mention it. Saw it referred to as a meme language on Lemmy, which is built in Rust. What am I missing?

    • @affiliate@lemmy.world
      link
      fedilink
      56 months ago

      i think it’s mainly people being cranky and set in their ways. they got used to working around all the footguns/bad design decisions of the C/C++ specifications and really don’t want to feel like it was all for nothing. they’re comfortable with C/C++, and rust is new and uncomfortable. i think for some people, being a C/C++ developer is also a big part of their identity, and it might be uncomfortable to let that go.

      i also think there’s a historical precedent for this kind of thing: when a new way of doing things emerges, many of the people who grew up doing it the old way get upset about it and refuse to accept that the new way might be an improvement.

      • @Juice@midwest.social
        link
        fedilink
        56 months ago

        Is Rust as close to the metal as C? Seems like there would still be a need for C. I could see Rust replacing Java as something that’s so ceremonial and verbose, but from my limited perspective as a sometimes java dev, having only the most glancing experience with C, it seems like C would be hard to replace because of what it is. Buy I honestly don’t know much about Rust either, I just think JS is so finicky and unpredictable whereas web assembly seems extremely fast and stable.

        • @themoken@startrek.website
          link
          fedilink
          5
          edit-2
          6 months ago

          Rust can create native binaries but I wouldn’t call it close to the metal like C. It’s certainly possible to bootstrap from assembly to Rust but, unlike C, every operation doesn’t have a direct analog to an assembly operation. For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.

          • Ephera
            link
            fedilink
            76 months ago

            For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.

            Hmm, you got an example of what you mean?

            Rust can be used without allocations, as is for example commonly done with embedded.
            That does mean, you can’t use dynamically sized types, like String, Vec and PathBuf, but I wouldn’t consider those part of the syntax, they’re rather in the std lib…

            • @themoken@startrek.website
              link
              fedilink
              26 months ago

              So you’re right that this is a bit arbitrary because the line between the standard lib and the language is blurry, but someone writing Rust is going to expect Vec to work, it doesn’t even require an extra “use” to get it.

              Perhaps a better core example would be operator overloading (or really any place using traits). When looking at “a + b” in Rust you have to be aware that, depending on the types involved, that could mean anything.

              Anyway, I love Rust, it just doesn’t have the 1:1 relationship with the assembly output that C basically still has.

        • Thinker
          link
          fedilink
          26 months ago

          I mean, the simple proof is that Rust has been growing by leaps and bounds in the embedded world, which is the closest to bare metal you get. It’s also being used in the Linux kernel and Windows, and there are several projects building new kernels in pure Rust. So yeah, it’s safe to say that it’s as close to the metal as C.

          Also, the comparison to Java is understandable if you’ve only been exposed to Rust by the memes, but it doesn’t hold up in practice. Rust has a lot more syntax than C (although that’s not saying much), but it’s one of the most expressive languages on the market today.

        • @frezik@midwest.social
          link
          fedilink
          2
          edit-2
          6 months ago

          It’s slightly less close to the metal as C. Array bounds checks are always going to cost you something, for example. However, if you look at the speed of numeric computation in C, Rust, and Go, they’re all in the same order of magnitude performance compared to things like Python or JavaScript (not including things like PyPi, which is C with extra steps).

          • @Juice@midwest.social
            link
            fedilink
            26 months ago

            Wow thanks so much for breaking that down for me! The discussions I’ve been having here and the information devs are sharing is really kicking me off the fence about learning Rust

            • @frezik@midwest.social
              link
              fedilink
              2
              edit-2
              6 months ago

              Eh, I’d still go for it. I find the Rust compiler tends to amplify my impostor syndrome–it tells you all the ways you are objectively being stupid. I know that’s not really selling it, but it’s doing that stuff for a reason. I’m especially hopeful that it becomes the standard way to do things with microcontrollers; that’s about the only place I write C/C++ at all.

    • @uis@lemm.ee
      link
      fedilink
      156 months ago

      For me “The Critical Flaw” of rust is its compiler. And requirent of 12 GB of disk space to compile just the frontend of compiler. Even GCC will all frontends(C, C++, Ada, Fortran, Modula-2, JIT) requires less space.

      But joke is probably about “rewrite in rust” culture.

    • @fl42v@lemmy.ml
      link
      fedilink
      236 months ago

      I think ppl just got pissed with the fanboys unironically asking to RIIR everything. The language itself is comfy AF, tho

    • @Sl00k@programming.dev
      link
      fedilink
      English
      15
      edit-2
      6 months ago

      Imo it’s bc it’s the new kid on the block. Yes it’s 10 years old but barely becoming common use in production and government mandates are only speeding that up. In actuality it’s a great language and has been hyped for a few years by people who actually use it. Python went through the same thing in the 2010s where devs really tried clowning on it, now it’s used everywhere.

    • @Grandwolf319@sh.itjust.works
      link
      fedilink
      26 months ago

      Cause it’s a C++ replacement when said audience never asked for one. It’s great but it’s still waaaayy too early, people need to slowly get comfortable with it.

    • DessalinesOP
      link
      fedilink
      146 months ago

      I don’t think many ppl are down on rust… it’s won developer’s most favorite to use for like 5+ years now in a row on stackoverflow.

    • @Feyd@programming.dev
      link
      fedilink
      326 months ago

      I think rust has good ideas and may even become the default systems language in the mid-term. I find it irritating that there is a very vocal subset of rust proponents that tend to insist that every project in every language needs to be rewritten in rust immediately. I suspect that is also why other people are down on rust.

  • Codex
    link
    fedilink
    26
    edit-2
    6 months ago

    I guess assembler is sumerien then, only still written and understood? And cobol or fortran? Linear a and b?

    • Aatube
      link
      fedilink
      176 months ago

      FORTRAN: Proto-Indo-European COBOL: Proto-Sino-Tibetic

      Assembly: neuron signals

    • @kickeriekuh@discuss.tchncs.de
      link
      fedilink
      Deutsch
      16 months ago

      Kia domaĝo. La unua programlingvo kiun mi lernis estis Python. Ĝi multe helpis min kompreni programadon kaj lerni aliajn programlingvojn. Simile estas kun Esperanto. Ĝi helpis min lerni la francan kaj faciligis la lernadon de alia gramatikaĵo.

      Ho, kaj mi ankoraŭ povas paroli Esperanton.

    • @Wiz@midwest.social
      link
      fedilink
      English
      26 months ago

      Mi pensas ke, vi volis tajpi, “Python (aŭ Pitono) malfeliĉigas min.”

      • Mal : Opposite
      • Feliĉ- : Happy
      • Ig : Makes (Transitive verb)
      • As : Present tense.

      “Mi malfeliĉas.” : I’m sad.

      “Pitono malfeliĉigas ĉiujn.” (Python makes everyone sad.)

  • I Cast Fist
    link
    fedilink
    196 months ago

    Java, verbose? laughs in Pascal

    Python being Esperanto? Yeah, no, because Python is actually being used

  • @Flipper@feddit.org
    link
    fedilink
    22
    edit-2
    6 months ago

    I want to disagree on German. It isn’t verbose. We’ve got several words where there isn’t an equivalent in pretty much any other languages. Including Schadenfreude und Torschlusspanik (the feeling that you are getting older l, can’t find a partner and will die alone).

    The same EU legal text has in German 22.118 words Vs English 24.698.

    The making me cry part, that’s fair. Overcomplicated, could be worse.

    • @dirkgentle@lemmy.ca
      link
      fedilink
      176 months ago

      I think word count is not the best metric precisely because of what you mention. “Krankenversicherungskarte” is one word vs the three word “health insurance card”, but they convey the same information in roughly the same amount of characters.

      Overall I don’t find German particularly verbose, only sometimes a small phrase is condensed into a single word.

      • @Lysergid@lemmy.ml
        link
        fedilink
        26 months ago

        I don’t know german but it seems to be more logical to have one word for “health insurance card” since it describes one class of objects. Better than spelling 3 nouns where one partially describes what object is and other nouns act like clarification

    • @BatmanAoD@programming.dev
      link
      fedilink
      26 months ago

      I wonder what the best programming analogue is for combining words into one where other languages keep them separate; maybe the functional-style chains of adapters?

    • @kenbw2@lemmy.world
      link
      fedilink
      266 months ago

      The same EU legal text has in German 22.118 words Vs English 24.698.

      That needs a character count really. Words isn’t a particularly relevant measure when the language uses compound words

  • Mad_Punda
    link
    fedilink
    1046 months ago

    I suspect there’s more people who speak Python fluently than Esperanto. So that comparison sits very wrong with me. The rest was funny :)

      • Mad_Punda
        link
        fedilink
        06 months ago

        No, but the adoption rate is likely related to how useful the language is?

    • @where_am_i@sh.itjust.works
      link
      fedilink
      156 months ago

      Esperanto’s equivalent would probably be Haskell.

      Python is probably more like Spanish. Very easy basics, but then people from different regions of where it’s has spread out barely understand each other

    • Esperanto always struck me as more perl-like with each part of speech having its own suffix like perl has $ for scalars, @ for arrays, and % for hashes. Though perl is probably more like a bunch of pidgins…

      • @umbraroze@lemmy.world
        link
        fedilink
        156 months ago

        Yeah, I was about to say.

        Perl 5 is like Esperanto: borrowed neat features from many languages, somehow kinda vaguely making a bit of sense. Enjoyed some popularity back in the day but is kind of niche nowadays.

        PHP is like Volapük: same deal, but without the linguistic competence and failing miserably at being consistent.

        Raku (Perl 6) is like Esperanto reformation efforts: Noble and interesting scholarly pursuits, with dozens of fans around the multiverse.

  • @vga@sopuli.xyz
    link
    fedilink
    38
    edit-2
    6 months ago

    PHP is Russian. Used to be huge, caused lots of problems, now slowly dwindling away. Its supporters keep saying how it’s still better than the competition.

    • Rikudou_Sage
      link
      fedilink
      15 months ago

      True, but only because it actually is. Except weirdos who saw php code 20 years ago say it sucks.

  • @OpenStars@discuss.online
    link
    fedilink
    English
    246 months ago

    Perl is… forgotten entirely, despite its efforts in getting us from there to here.

    Yup, checks out.

    PHP also, but good riddance:-D.

    Shell scripting is the ink that makes up these words - without them, you would never have seen this image.

    • @kboy101222@sh.itjust.works
      link
      fedilink
      English
      196 months ago

      I think Perl is closer to Esperanto - the vast majority of people will never want to learn it and the people that know it won’t stfu about how everyone should use it! And they could all use a shower!

      (I kid… Mostly)

      • @OpenStars@discuss.online
        link
        fedilink
        English
        1
        edit-2
        6 months ago

        You… you shut up! Excuse me, I have to go take a shower:-) (/s, edit: to be clear on both sentences here)

        Anyway you’re right (no /s) - at one point it filled in a gap between the likes of C++ and Assembly on the one hand and shell scripting (bash, awk, grep, sed, each with its own syntax and very little of that shared in common with one another) and I guess Fortran on the other. I still prefer it enormously to everything else - it’s quirky but fun:-) - though I get why a less experienced person should choose Python and stick with it, even as we all wish that there was another alternative that would work better than either.

        And since I can’t resist: Perl is 8-20x faster than Python, and major websites like DuckDuckGo and booking.com use it. Sigh…I guess it’s time for that shower now:-).