Deutsche Programmierung

cross-posted from: https://sh.itjust.works/post/33064045

cross-posted from: https://lemmy.world/post/25774714

I want a programming language that supports German style composite words

31 points · 2 comments · view on lemmy.world

2 Comments

Atlusb@lemmy.world · 4 pts · 1y (1 reply)

Imagine the full package, class, method, variable call string in Java in German.

DmMacniel@feddit.org · 7 pts · 1y
paket organisation.lemmy;

öffentliche klasse HalloWelt {

    öffentlich statische leere hauptprogramm (Zeichenkette[] argumente) {
        System.ausgabe.druckzn ("Hallo Welt");
    } 
}