• Don Antonio Magino@feddit.nl
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago
    ="I like Dutch function names in Excel at least, "&ALS(DutchFunctionNamesRule=WAAR; ALS(IS.EVEN(DAG(VANDAAG()))=WAAR; "I just like not always using English for everything."; "I just like using Dutch."); "though it can be a bother having to translate them when troubleshooting.")
    
  • ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    22 days ago

    In college, we had to use Hungarian pseudocode. I still have PTSD from it, especially as the teacher was a psycho that had a meltdown every time her “how do you do fellow kids” moment terribly backfired, most infamously by putting Twilight references into a test (everybody audibly cringed reading the tests).

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      0
      ·
      22 days ago

      Support your teachers trying to be fun, at least it shows they care enough to put in more effort.
      Also I’m curious how she managed to slide in Twilight references of all things in a programming class lol

  • Lazycog@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago

    My experience with German programming languages is with Siemens PLC’s, since the programming language changes together with the IDE when you set the language to German. Looking at Structured Text / Instruction List having U (und) instead of A (and) operator and bunch of other things was interesting.

    But IIRC there were also higher programming languages that are in other languages? Wasn’t there one for arabic? Was this it: https://github.com/nasser/---/

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago

    Yeah, Excel does that, it always fascinated me. It was so weird writing =KDYŽ instead of =IF in Excel. Different times, I guess.

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        The best part is that if your version of Excel is German, you can’t write =IF(). You have to use =FALLS().

        It’s always fun to google a function and then the translation.

      • MedievalPresent@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        23 days ago

        Internally Excel saves it in English (or some internal code) and translates it when opened.

        My company switched from Excel-Interops, where you had to send the German function name to Excel. Now we write .xlsx files directly and have to send the English function name. But when opened it displays all functions in German (or whatever localization Excel is set to).

  • AllNewTypeFace@leminal.space
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago

    A key reason English became the preeminent language of scientific and technical communication, and thus the source of keywords in programming languages, is because German (the other candidate) fell out of favour due to the two world wars. So, were it not for Prussian militarism, our programming languages may have instead been based on German (along with most scientific literature being in German).

    • Jrockwar@feddit.uk
      link
      fedilink
      arrow-up
      0
      ·
      23 days ago

      Also because, as a person who has studied multiple languages, German is hard and English is Easy with capital E.

      No genders for nouns (German has three), no declinations, no conjugations other than “add an s for third person singular”, somewhat permissive grammar…

      It has its quirks, and pronunciation is the biggest one, but nowhere near German (or Russian!) declinations, Japanese kanjis, etc.

      Out of the wannabe-esperanto languages, English is in my opinion the easiest one, so I’m thankful it’s become the technical Lingua Franca.

      • AllNewTypeFace@leminal.space
        link
        fedilink
        arrow-up
        0
        ·
        23 days ago

        Had the world settled on German, someone might be making a similar argument that the world dodged a bullet by choosing a language with phonetic orthography and words composed of logical building blocks rather than a mess like English

        • azertyfun@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          22 days ago

          Also English is an odd germanic-romance bastard child that Western Europeans tend to like because it has a decent number of cognates for everyone and a simple grammar IF you’re only aiming for simple conversational English. The barrier to entry is quite low, especially if you don’t give a shit about having a thick accent and straight up mispronouncing tricky words (as anyone knows who had a conversation in English with a non-fluent Italian/Spanish/French person).

          OTOH German used to be relatively widely spoken in Eastern Europe, and Slavic languages also use declensions AFAIK, and also even post WWII German held quite a bit of momentum in academic circles.
          So if the Soviet block had gone the Chinese route and become an economic behemoth instead of withering and dying at the dawn of the Information Age, German being the lingua franca (or at least giving English a run for its money) would have been a distinct possibility IMO.

    • Scrollone@feddit.it
      link
      fedilink
      arrow-up
      0
      ·
      23 days ago

      Yes, I also hate it!

      The Italian version of Excel had the brilliant idea of translating the MID() function into STRINGA.ESTRAI(), which means “extract string”.

      Seriously, what the fuck.

  • Evil_Shrubbery@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    22 days ago

    Whoa, I was expecting just a light joke & was not prepared for this, lolwut.

    I use VBA frequently, don’t actually speak German, so I’ll ofc try this. And none of my code was ever readable (weirdly lewd, not not fully making sense), so that’s fine.