• @anomnom@sh.itjust.works
        link
        fedilink
        English
        62 months ago

        The ruby on rails generators do this sort of magic. It’s fun while you’re using it, but a nightmare to remember how to use on a 10 year old project.

      • @Grtz78@feddit.org
        link
        fedilink
        Deutsch
        32 months ago

        In German you would write “Kamelkiste”, nicht “KamelKiste”. This holds true for most Java class names. I begin to see huge potential for evil …

  • @pleasejustdie@lemmy.world
    link
    fedilink
    English
    102 months ago

    Make enough C macro definitions and you can certainly do that, I did my final project in my high school programming class in the 90’s like that, made macros to simulate QBasic syntax and then just wrote it in basic, the end result is the macros converted everything into valid C++ and it compiled fine. Fortunately my teacher for that class was cool, and he was amused by it and since it compiled with no warnings and did what it was supposed to do, I got full marks for it.

  • Lucy :3
    link
    fedilink
    722 months ago

    Wofür steht ‘wd’??? Wochendag oder wie??? GEFEUERT werden muss die Person!

  • CodexArcanum
    link
    fedilink
    English
    342 months ago

    At least the names are extremely self-documenting. Some of those German variable names are long enough they might even be self-aware!

  • @arschfidel@discuss.tchncs.de
    link
    fedilink
    22
    edit-2
    2 months ago

    integer

    Was soll der Quatsch denn heißen? Wer ist hier integer? Bei uns heißt das Ganzzahl, verdammt!!1!

    *wütende Programmierergeräusche*

  • @AlexWIWA@lemmy.ml
    link
    fedilink
    English
    72 months ago

    Functional programming languages kind of are that way. Just chain together enough map calls

  • Don Antonio Magino
    link
    fedilink
    22 months 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.")
    
  • Ephera
    link
    fedilink
    English
    292 months ago

    I want a programming language that supports German style composite words

    Java

    • @driving_crooner@lemmy.eco.br
      link
      fedilink
      10
      edit-2
      2 months ago

      I’m am immigrant in Brazil and have to deal with Portuguese excel almost everyday. At least I know my Python and only use excel to do simple things.

      Edit: all my scripts end with pd.to_excel() tho

    • LiveLM
      link
      fedilink
      English
      282 months ago

      Microsoft should be charged with war crimes for deciding to localize both Formulas AND keyboard shortcuts across the Office Suite.

      • furry toaster
        link
        fedilink
        English
        7
        edit-2
        2 months ago

        THIS SO MUCH THIS, LOCALIZED SHORTCUTS ARE PAINFUL, I CAN NOT FIND WAYS TO FULLY EXPRESS MY HATRED FOR THEM AS SOMEONE WHO HAD TO USE OFFICIE 365 IN PORTUGUESE also btw mnemonic shortcuts were a mistake

    • @boonhet@lemm.ee
      link
      fedilink
      52 months ago

      I hear the French usually program in French as well. I do not want to ever work in France.

      • @fibojoly@sh.itjust.works
        link
        fedilink
        42 months ago

        Nah, just that WinDev thing.
        On the plus side we have actual holidays and good luck bothering me outside of hours, haha!

        • @boonhet@lemm.ee
          link
          fedilink
          32 months ago

          On the plus side we have actual holidays and good luck bothering me outside of hours, haha!

          I mean we have that here in Estonia too :P

          • @fibojoly@sh.itjust.works
            link
            fedilink
            12 months ago

            Haha, fair enough! I’m glad you do!
            If you believed the stereotypes, you’d think we’re the only ones, sometimes :)

            • @boonhet@lemm.ee
              link
              fedilink
              32 months ago

              I think that’s mostly an American stereotype, I believe Estonia and France and several other European countries get roughly the same amount of paid holidays as well as paid time off. Though apparently you guys also have a 35 hour work week, which I’m jealous of!

    • @dQw4w9WgXcQ@lemm.ee
      link
      fedilink
      62 months ago

      Norwegian as well. It’s basically impossible to find the documentation. Translation has somehow changed the order of words, som direct translation of formulaes is not helpful for searches either.

      • @bob_lemon@feddit.org
        link
        fedilink
        52 months ago

        It’s Microsoft. For some insane reason, excel formulas are localized. E.g. German Excel uses “SUMME()” instead of “SUM()”.

        It’s insanely annoying because it sport of makes it more difficult to ask for help (I.e. only Germans might know what SVERWEIS does). And if you manage to find a solution in English, you need to translate it.

  • @bzah@discuss.tchncs.de
    link
    fedilink
    English
    212 months ago

    I know there is a programming language called windev, all in French, just in case you want to suffer. I would except a good exception handling mechanism in a French base language.

    An example from their website: ` TotalCA est un monétaire = CalculCAMoisEnCours()

    SI TotalCA >= 1 250 000 ALORS LIB_Objectif= “Objectif dépassé !” LIB_Objectif.Couleur= VertFoncé

    SINON SI TotalCA <= 200 000 ALORS LIB_Objectif= “Objectif non atteint” LIB_Objectif.Couleur= RougeClair FIN

    FIN `

  • @Taewyth@jlai.lu
    link
    fedilink
    English
    122 months ago

    I want a programming language that supports German composite words.

    My brother in Turing, that’s just camel case.

    • @Ebber@lemmings.world
      link
      fedilink
      5
      edit-2
      2 months ago

      But you could go further. I want to be able to define an Auto and a Bahn, then immediately be able to go

      new AutoBahn()
      
  • Rikudou_Sage
    link
    fedilink
    702 months 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
        92 months 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.

        • @Sorse@discuss.tchncs.de
          link
          fedilink
          132 months ago

          Yes, but it would be funny if you could just switch languages in the middle of your sheet, чтобы можно было начать на русском, continue in English,وانتهى باللغة العربية.

          Tap for spoiler

          I hope that the built in translation in iOS can translate to Arabic well

      • 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).