Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
odite46895yAlways wondered how difficult non-english speakers find programming.
Which makes me feel extra bad for being so shitty at it. -
You could write a transplier https://en.m.wikipedia.org/wiki/... that takes characters on your keyboard and translates the source to the official version which is then compiled.
-
These are the moments when I'm grateful to the person who thought that the Polish keyboard layout should be simply US English + accented characters with AltGr.
-
cprn16605yI switch between English and two types of Spanish layouts (sometimes in Dvorak) all the time and have no issues coding. Just select best layout for given language and learn it. Also, there are alternative layouts that move the keys around so that special characters lie where they would be on a US keyboard, e.g. https://github.com/zaki/... and if that's not enough you can always switch places between Alt and AltGr on driver level.
-
cprn16605y@gronostaj That's actually not the case. Default "Polish layout" is the one used on typewriters in the 80's and it's as fucked as the Hungarian one. What you refer to is "Programmer's Polish layout", and yes, it follows good practices when it comes to keyboard layout design, fortunately. Similar Hungarian layouts exist, though.
-
@cprn I have yet to meet a person who prefers the typewriter layout. Let's just forget about that abomination and appreciate our sane defaults.
-
@cprn I've never heard of this, though it isn't surprising at all. I'll look into it.
-
skydhash1345yDue to our proximity to the US (Where we import electronics), we use qwerty. But we have to memorize the alt+numpad keyboard shortcuts for the french diacritics (Windows) or use the compose key (Linux).
-
I don't really know Hungarian but I can tell you that as a French, I use the English international with altgr dead keys keyboard layout and it's amazing.
Then if I want to type in Russian I just use my phone 😅 -
@programmerbugx Apparently, almost ten million other people are too, and those whom I have business with are usually of them.
-
@gronostaj OP did not specify a language, but yes, trigraphs would work in this case.
-
@matthewbdaly No programming language apart from imagine logo and a buggy old Delphi preprocessor uses hungarian, idk why 😞.
@highlight
eljárás add(a:egész, b:egész) {
vissza a+b
}
Related Rants
I ’m kinda jealous of English programmers. How cool must it be to have all the common characters for programming fit onto a single modifier, and to have all special characters for default vim keybindings available with shift. On a hungarian keyboard, braces and square brackets are both AltGr-bound, but parentheses are shift-bound. Oh, and the semicolon is AltGr + the key right above it, so it breaks touch typing.
rant
layout
keyboard
english
hungarian