TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 day agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square92fedilinkarrow-up1108arrow-down11
arrow-up1107arrow-down1message-squareDo non-English speakers learn to code in English, or in their native language?TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 day agomessage-square92fedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up38arrow-down1·1 day agoIt depends honestly. Key words like If, Match, Else, From, This ,etc will be in English, but variable names can be in any Unicode language as the var name gets converted to machine code after compilation.
minus-squareCameronDev@programming.devlinkfedilinkarrow-up7·1 day agohttps://en.wikipedia.org/wiki/Dolittle_(programming_language)
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up15·1 day agoWhitespace programming language
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·23 hours agoThat one is mostly language agnostic.
It depends honestly.
Key words like If, Match, Else, From, This ,etc will be in English, but variable names can be in any Unicode language as the var name gets converted to machine code after compilation.
https://en.wikipedia.org/wiki/Dolittle_(programming_language)
Whitespace programming language
Oh my god
That one is mostly language agnostic.