TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 19 hours agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square61linkfedilinkarrow-up178arrow-down11
arrow-up177arrow-down1message-squareDo non-English speakers learn to code in English, or in their native language?TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 19 hours agomessage-square61linkfedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up30·19 hours 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-up6·18 hours agohttps://en.wikipedia.org/wiki/Dolittle_(programming_language)
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up11·17 hours agoWhitespace programming language
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·8 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.