TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 4 days agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square101linkfedilinkarrow-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 · 4 days agomessage-square101linkfedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up42·4 days 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·4 days agohttps://en.wikipedia.org/wiki/Dolittle_(programming_language)
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up17·4 days agoWhitespace programming language
minus-squareCameronDev@programming.devlinkfedilinkarrow-up3·3 days 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.