I want a programming language that supports German composite words.
My brother in Turing, that’s just camel case.
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()
Kein Problem: https://ddp.im/
POV: ESL programmers
Spring JPA Query methods are kind of like the composite words. You just declare a method with a name that describes the database query you want, and it generates the code and SQL for you.
https://docs.spring.io/spring-data/jpa/reference/jpa/query-methods.html
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.
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).
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 lolYeah its kinda based lol
integer
Was soll der Quatsch denn heißen? Wer ist hier integer? Bei uns heißt das Ganzzahl, verdammt!!1!
*wütende Programmierergeräusche*
So wie Menschen, können auch Zahlen integer sein.
French fucking Excel formulas is an abomination and needs to die.
Microsoft should be charged with war crimes for deciding to localize both Formulas AND keyboard shortcuts across the Office Suite.
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
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
Python-Python or Portugol?
I hear the French usually program in French as well. I do not want to ever work in France.
Not true, but don’t let me change your mind!
Nah, just that WinDev thing.
On the plus side we have actual holidays and good luck bothering me outside of hours, haha!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
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.
The French are doing what??
I mean how?
Specifically, I need to understand it for scientific reasons.
I want a programming language that supports German style composite words
Java
Finally, a language where CamelCase feels natural
*KamelKiste
That was excellent
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.
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, but not fully making sense), so that’s fine.
At least the names are extremely self-documenting. Some of those German variable names are long enough they might even be self-aware!
Except, i once encountered the variable HIVZwerg in an abandoned python script I had to maintain and it made me laugh with its absurdity.
Some German words are self-aware
Functional programming languages kind of are that way. Just chain together enough map calls
Seriously, fuck Excel for this. I always hate to look up function names in German.
Yes, I also hate it!
The Italian version of Excel had the brilliant idea of translating the
MID()
function intoSTRINGA.ESTRAI()
, which means “extract string”.Seriously, what the fuck.
The localisation of office software functions is atrocious in all languages. They should have defaulted to Volapuk, so that at least we could all suffer together.
It should have been Latin so at least you could feel like a magician or something
I thought of Latin, but then some people actually speak it, so they’d have an unfair advantage.
Yeah, Excel does that, it always fascinated me. It was so weird writing =KDYŽ instead of =IF in Excel. Different times, I guess.
Does that get translated if someone else with a different language opens that file?
No idea, but I would hope so.
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
Don’t worry, the arabic translation is correct
It’s formal Arabic, as is expected of any translator
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.
I’m pretty sure it’s not
FALLS()
butWENN()
, at least the last time I used Excel.Could be. I try to avoid Excel. And I believe “wenn” is a wrong translation, whether the function has that name or not.
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).