TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 month agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square100linkfedilinkarrow-up1123
arrow-up1123message-squareDo non-English speakers learn to code in English, or in their native language?TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 month agomessage-square100linkfedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up42·1 month 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-up8·1 month agohttps://en.wikipedia.org/wiki/Dolittle_(programming_language)
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up17·1 month agoWhitespace programming language
minus-squareCameronDev@programming.devlinkfedilinkarrow-up3·1 month 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
That one is mostly language agnostic.
Oh my god